Html Css Color HEX #4C1922 Bordeaux

📋 copy color: '#4C1922'

red 76 ◦ green 25 ◦ blue 34

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

Shades of Bordeaux #4C1922

Tints of Bordeaux #4C1922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.52%

 BLUE value IS 34 (13.67% from 255) = 25.19%

R = 56.3%
G = 18.52%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#4C1922 (or 0x4C1922) is known color: Bordeaux. HEX triplet: 4C, 19 and 22. RGB value is (76,25,34). Sum of RGB (Red+Green+Blue) = 76+25+34=135 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.30% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1922 is #B3E6DD. Grayscale: #292929. Windows color (decimal): -11790046 or 2234700. OLE color: 2234700.

HSL color Cylindrical-coordinate representation of color #4C1922: hue angle of 349.41º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C1922 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 25 34 -
CMYK 0 0.67 0.55 0.70
HSL 349.41º 0.5% 0.2% -
HSV(B) 349.41º 0.67% 0.3% -
XYZ 3.62 2.35 1.78 -
YUV 41.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 76 25 34 0 0.67 0.55 0.70 349.41 0.5 0.2
Hex 4C 19 22 0 43 37 46 15D 32 14
Octal 114 31 42 0 103 67 106 535 62 24
Binary 1001100 11001 100010 0 1000011 110111 1000110 101011101 110010 10100

Color Harmonies of #4C1922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1922

Black with #4C1922

Text Example


Text Example

White with #4C1922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,25,34); }

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

background-color css

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

 a { background-color: rgb(76,25,34); }

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

border-color css

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

 span { border-color: rgb(76,25,34); }

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