Html Css Color HEX #4B0A1A Bordeaux

📋 copy color: '#4B0A1A'

red 75 ◦ green 10 ◦ blue 26

#4B0A1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #4B0A1A

Tints of Bordeaux #4B0A1A

RGB

 RED value IS 75 (29.69% from 255) = 67.57%

 GREEN value IS 10 (4.3% from 255) = 9.01%

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 67.57%
G = 9.01%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4B0A1A (or 0x4B0A1A) is known color: Bordeaux. HEX triplet: 4B, 0A and 1A. RGB value is (75,10,26). Sum of RGB (Red+Green+Blue) = 75+10+26=111 (14% of max value = 765). Red value is 75 (29.69% from 255 or 67.57% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0A1A is #B4F5E5. Grayscale: #1F1F1F. Windows color (decimal): -11859430 or 1706571. OLE color: 1706571.

HSL color Cylindrical-coordinate representation of color #4B0A1A: hue angle of 345.23º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B0A1A is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 10 26 -
CMYK 0 0.87 0.65 0.71
HSL 345.23º 0.76% 0.17% -
HSV(B) 345.23º 0.87% 0.29% -
XYZ 3.2 1.79 1.15 -
YUV 31.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 75 10 26 0 0.87 0.65 0.71 345.23 0.76 0.17
Hex 4B A 1A 0 57 41 47 159 4C 11
Octal 113 12 32 0 127 101 107 531 114 21
Binary 1001011 1010 11010 0 1010111 1000001 1000111 101011001 1001100 10001

Color Harmonies of #4B0A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0A1A

Black with #4B0A1A

Text Example


Text Example

White with #4B0A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B0A1A; }

 p { color: rgb(75,10,26); }

 H1.HeaderClassName
 {
   color: #4B0A1A;
 }
 .AnyTagClassName
 {
   color: #4B0A1A;
 }
</style>

background-color css

<style>
 a { background-color: #4B0A1A; }

 a { background-color: rgb(75,10,26); }

 div.DivClassName
 {
   background-color: #4B0A1A;
 }
 .BgClassName
 {
   background-color: #4B0A1A;
 }
</style>

border-color css

<style>
 span { border-color: #4B0A1A; }

 span { border-color: rgb(75,10,26); }

 td.TdClassName
 {
   border-color: #4B0A1A;
 }
 .TagClassName
 {
   border-color: #4B0A1A;
 }
</style>