Html Css Color HEX #4B0B21 Bordeaux

📋 copy color: '#4B0B21'

red 75 ◦ green 11 ◦ blue 33

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

Shades of Bordeaux #4B0B21

Tints of Bordeaux #4B0B21

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.24%

 BLUE value IS 33 (13.28% from 255) = 27.73%

R = 63.03%
G = 9.24%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#4B0B21 (or 0x4B0B21) is known color: Bordeaux. HEX triplet: 4B, 0B and 21. RGB value is (75,11,33). Sum of RGB (Red+Green+Blue) = 75+11+33=119 (15% of max value = 765). Red value is 75 (29.69% from 255 or 63.03% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0B21 is #B4F4DE. Grayscale: #202020. Windows color (decimal): -11859167 or 2165579. OLE color: 2165579.

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

Color convert

RGB 75 11 33 -
CMYK 0 0.85 0.56 0.71
HSL 339.38º 0.74% 0.17% -
HSV(B) 339.38º 0.85% 0.29% -
XYZ 3.3 1.85 1.62 -
YUV 32.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 75 11 33 0 0.85 0.56 0.71 339.38 0.74 0.17
Hex 4B B 21 0 55 38 47 153 4A 11
Octal 113 13 41 0 125 70 107 523 112 21
Binary 1001011 1011 100001 0 1010101 111000 1000111 101010011 1001010 10001

Color Harmonies of #4B0B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0B21

Black with #4B0B21

Text Example


Text Example

White with #4B0B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,11,33); }

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

background-color css

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

 a { background-color: rgb(75,11,33); }

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

border-color css

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

 span { border-color: rgb(75,11,33); }

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