Html Css Color HEX #420F1E Bordeaux

📋 copy color: '#420F1E'

red 66 ◦ green 15 ◦ blue 30

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

Shades of Bordeaux #420F1E

Tints of Bordeaux #420F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.03%

R = 59.46%
G = 13.51%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#420F1E (or 0x420F1E) is known color: Bordeaux. HEX triplet: 42, 0F and 1E. RGB value is (66,15,30). Sum of RGB (Red+Green+Blue) = 66+15+30=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #420F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F1E is #BDF0E1. Grayscale: #1F1F1F. Windows color (decimal): -12447970 or 1969986. OLE color: 1969986.

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

Color convert

RGB 66 15 30 -
CMYK 0 0.77 0.55 0.74
HSL 342.35º 0.63% 0.16% -
HSV(B) 342.35º 0.77% 0.26% -
XYZ 2.65 1.59 1.4 -
YUV 31.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 66 15 30 0 0.77 0.55 0.74 342.35 0.63 0.16
Hex 42 F 1E 0 4D 37 4A 156 3F 10
Octal 102 17 36 0 115 67 112 526 77 20
Binary 1000010 1111 11110 0 1001101 110111 1001010 101010110 111111 10000

Color Harmonies of #420F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F1E

Black with #420F1E

Text Example


Text Example

White with #420F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,15,30); }

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

background-color css

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

 a { background-color: rgb(66,15,30); }

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

border-color css

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

 span { border-color: rgb(66,15,30); }

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