Html Css Color HEX #4C0F21 Bordeaux

📋 copy color: '#4C0F21'

red 76 ◦ green 15 ◦ blue 33

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

Shades of Bordeaux #4C0F21

Tints of Bordeaux #4C0F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.1%

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

R = 61.29%
G = 12.1%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4C0F21 (or 0x4C0F21) is known color: Bordeaux. HEX triplet: 4C, 0F and 21. RGB value is (76,15,33). Sum of RGB (Red+Green+Blue) = 76+15+33=124 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.29% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0F21 is #B3F0DE. Grayscale: #232323. Windows color (decimal): -11792607 or 2166604. OLE color: 2166604.

HSL color Cylindrical-coordinate representation of color #4C0F21: hue angle of 342.3º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C0F21 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 15 33 -
CMYK 0 0.80 0.57 0.70
HSL 342.3º 0.67% 0.18% -
HSV(B) 342.3º 0.8% 0.3% -
XYZ 3.43 1.99 1.64 -
YUV 35.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 76 15 33 0 0.80 0.57 0.70 342.3 0.67 0.18
Hex 4C F 21 0 50 39 46 156 43 12
Octal 114 17 41 0 120 71 106 526 103 22
Binary 1001100 1111 100001 0 1010000 111001 1000110 101010110 1000011 10010

Color Harmonies of #4C0F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0F21

Black with #4C0F21

Text Example


Text Example

White with #4C0F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,15,33); }

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

background-color css

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

 a { background-color: rgb(76,15,33); }

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

border-color css

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

 span { border-color: rgb(76,15,33); }

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