Html Css Color HEX #4C0718 Bordeaux

📋 copy color: '#4C0718'

red 76 ◦ green 7 ◦ blue 24

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

Shades of Bordeaux #4C0718

Tints of Bordeaux #4C0718

RGB

 RED value IS 76 (30.08% from 255) = 71.03%

 GREEN value IS 7 (3.13% from 255) = 6.54%

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

R = 71.03%
G = 6.54%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4C0718 (or 0x4C0718) is known color: Bordeaux. HEX triplet: 4C, 07 and 18. RGB value is (76,7,24). Sum of RGB (Red+Green+Blue) = 76+7+24=107 (14% of max value = 765). Red value is 76 (30.08% from 255 or 71.03% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0718 is #B3F8E7. Grayscale: #1D1D1D. Windows color (decimal): -11794664 or 1574732. OLE color: 1574732.

HSL color Cylindrical-coordinate representation of color #4C0718: hue angle of 345.22º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0718 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 7 24 -
CMYK 0 0.91 0.68 0.70
HSL 345.22º 0.83% 0.16% -
HSV(B) 345.22º 0.91% 0.3% -
XYZ 3.22 1.75 1.03 -
YUV 29.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 76 7 24 0 0.91 0.68 0.70 345.22 0.83 0.16
Hex 4C 7 18 0 5B 44 46 159 53 10
Octal 114 7 30 0 133 104 106 531 123 20
Binary 1001100 111 11000 0 1011011 1000100 1000110 101011001 1010011 10000

Color Harmonies of #4C0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0718

Black with #4C0718

Text Example


Text Example

White with #4C0718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,7,24); }

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

background-color css

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

 a { background-color: rgb(76,7,24); }

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

border-color css

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

 span { border-color: rgb(76,7,24); }

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