Html Css Color HEX #420B1D Bordeaux

📋 copy color: '#420B1D'

red 66 ◦ green 11 ◦ blue 29

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

Shades of Bordeaux #420B1D

Tints of Bordeaux #420B1D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.38%

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

R = 62.26%
G = 10.38%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#420B1D (or 0x420B1D) is known color: Bordeaux. HEX triplet: 42, 0B and 1D. RGB value is (66,11,29). Sum of RGB (Red+Green+Blue) = 66+11+29=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #420B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B1D is #BDF4E2. Grayscale: #1D1D1D. Windows color (decimal): -12448995 or 1903426. OLE color: 1903426.

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

Color convert

RGB 66 11 29 -
CMYK 0 0.83 0.56 0.74
HSL 340.36º 0.71% 0.15% -
HSV(B) 340.36º 0.83% 0.26% -
XYZ 2.59 1.49 1.31 -
YUV 29.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 66 11 29 0 0.83 0.56 0.74 340.36 0.71 0.15
Hex 42 B 1D 0 53 38 4A 154 47 F
Octal 102 13 35 0 123 70 112 524 107 17
Binary 1000010 1011 11101 0 1010011 111000 1001010 101010100 1000111 1111

Color Harmonies of #420B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B1D

Black with #420B1D

Text Example


Text Example

White with #420B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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