Html Css Color HEX #4B0918 Bordeaux

📋 copy color: '#4B0918'

red 75 ◦ green 9 ◦ blue 24

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

Shades of Bordeaux #4B0918

Tints of Bordeaux #4B0918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.33%

 BLUE value IS 24 (9.77% from 255) = 22.22%

R = 69.44%
G = 8.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#4B0918 (or 0x4B0918) is known color: Bordeaux. HEX triplet: 4B, 09 and 18. RGB value is (75,9,24). Sum of RGB (Red+Green+Blue) = 75+9+24=108 (14% of max value = 765). Red value is 75 (29.69% from 255 or 69.44% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0918 is #B4F6E7. Grayscale: #1E1E1E. Windows color (decimal): -11859688 or 1575243. OLE color: 1575243.

HSL color Cylindrical-coordinate representation of color #4B0918: hue angle of 346.36º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B0918 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 9 24 -
CMYK 0 0.88 0.68 0.71
HSL 346.36º 0.79% 0.16% -
HSV(B) 346.36º 0.88% 0.29% -
XYZ 3.16 1.76 1.04 -
YUV 30.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 75 9 24 0 0.88 0.68 0.71 346.36 0.79 0.16
Hex 4B 9 18 0 58 44 47 15A 4F 10
Octal 113 11 30 0 130 104 107 532 117 20
Binary 1001011 1001 11000 0 1011000 1000100 1000111 101011010 1001111 10000

Color Harmonies of #4B0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0918

Black with #4B0918

Text Example


Text Example

White with #4B0918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,9,24); }

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

background-color css

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

 a { background-color: rgb(75,9,24); }

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

border-color css

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

 span { border-color: rgb(75,9,24); }

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