Html Css Color HEX #420D1F Bordeaux

📋 copy color: '#420D1F'

red 66 ◦ green 13 ◦ blue 31

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

Shades of Bordeaux #420D1F

Tints of Bordeaux #420D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.82%

 BLUE value IS 31 (12.5% from 255) = 28.18%

R = 60%
G = 11.82%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#420D1F (or 0x420D1F) is known color: Bordeaux. HEX triplet: 42, 0D and 1F. RGB value is (66,13,31). Sum of RGB (Red+Green+Blue) = 66+13+31=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #420D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420D1F is #BDF2E0. Grayscale: #1E1E1E. Windows color (decimal): -12448481 or 2035010. OLE color: 2035010.

HSL color Cylindrical-coordinate representation of color #420D1F: hue angle of 339.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #420D1F is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 13 31 -
CMYK 0 0.80 0.53 0.74
HSL 339.62º 0.67% 0.15% -
HSV(B) 339.62º 0.8% 0.26% -
XYZ 2.64 1.55 1.46 -
YUV 30.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 66 13 31 0 0.80 0.53 0.74 339.62 0.67 0.15
Hex 42 D 1F 0 50 35 4A 154 43 F
Octal 102 15 37 0 120 65 112 524 103 17
Binary 1000010 1101 11111 0 1010000 110101 1001010 101010100 1000011 1111

Color Harmonies of #420D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D1F

Black with #420D1F

Text Example


Text Example

White with #420D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,13,31); }

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

background-color css

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

 a { background-color: rgb(66,13,31); }

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

border-color css

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

 span { border-color: rgb(66,13,31); }

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