Html Css Color HEX #420E20 Bordeaux

📋 copy color: '#420E20'

red 66 ◦ green 14 ◦ blue 32

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

Shades of Bordeaux #420E20

Tints of Bordeaux #420E20

RGB

 RED value IS 66 (26.17% from 255) = 58.93%

 GREEN value IS 14 (5.86% from 255) = 12.5%

 BLUE value IS 32 (12.89% from 255) = 28.57%

R = 58.93%
G = 12.5%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#420E20 (or 0x420E20) is known color: Bordeaux. HEX triplet: 42, 0E and 20. RGB value is (66,14,32). Sum of RGB (Red+Green+Blue) = 66+14+32=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #420E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E20 is #BDF1DF. Grayscale: #1F1F1F. Windows color (decimal): -12448224 or 2100802. OLE color: 2100802.

HSL color Cylindrical-coordinate representation of color #420E20: hue angle of 339.23º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #420E20 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 14 32 -
CMYK 0 0.79 0.52 0.74
HSL 339.23º 0.65% 0.16% -
HSV(B) 339.23º 0.79% 0.26% -
XYZ 2.66 1.58 1.53 -
YUV 31.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 66 14 32 0 0.79 0.52 0.74 339.23 0.65 0.16
Hex 42 E 20 0 4F 34 4A 153 41 10
Octal 102 16 40 0 117 64 112 523 101 20
Binary 1000010 1110 100000 0 1001111 110100 1001010 101010011 1000001 10000

Color Harmonies of #420E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E20

Black with #420E20

Text Example


Text Example

White with #420E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420E20; }

 p { color: rgb(66,14,32); }

 H1.HeaderClassName
 {
   color: #420E20;
 }
 .AnyTagClassName
 {
   color: #420E20;
 }
</style>

background-color css

<style>
 a { background-color: #420E20; }

 a { background-color: rgb(66,14,32); }

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

border-color css

<style>
 span { border-color: #420E20; }

 span { border-color: rgb(66,14,32); }

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