Html Css Color HEX #420A1D Bordeaux

📋 copy color: '#420A1D'

red 66 ◦ green 10 ◦ blue 29

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

Shades of Bordeaux #420A1D

Tints of Bordeaux #420A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.52%

 BLUE value IS 29 (11.72% from 255) = 27.62%

R = 62.86%
G = 9.52%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#420A1D (or 0x420A1D) is known color: Bordeaux. HEX triplet: 42, 0A and 1D. RGB value is (66,10,29). Sum of RGB (Red+Green+Blue) = 66+10+29=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #420A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420A1D is #BDF5E2. Grayscale: #1C1C1C. Windows color (decimal): -12449251 or 1903170. OLE color: 1903170.

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

Color convert

RGB 66 10 29 -
CMYK 0 0.85 0.56 0.74
HSL 339.64º 0.74% 0.15% -
HSV(B) 339.64º 0.85% 0.26% -
XYZ 2.58 1.46 1.31 -
YUV 28.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 66 10 29 0 0.85 0.56 0.74 339.64 0.74 0.15
Hex 42 A 1D 0 55 38 4A 154 4A F
Octal 102 12 35 0 125 70 112 524 112 17
Binary 1000010 1010 11101 0 1010101 111000 1001010 101010100 1001010 1111

Color Harmonies of #420A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420A1D

Black with #420A1D

Text Example


Text Example

White with #420A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,10,29); }

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

background-color css

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

 a { background-color: rgb(66,10,29); }

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

border-color css

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

 span { border-color: rgb(66,10,29); }

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