Html Css Color HEX #420B1B Bordeaux

📋 copy color: '#420B1B'

red 66 ◦ green 11 ◦ blue 27

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

Shades of Bordeaux #420B1B

Tints of Bordeaux #420B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.96%

R = 63.46%
G = 10.58%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#420B1B (or 0x420B1B) is known color: Bordeaux. HEX triplet: 42, 0B and 1B. RGB value is (66,11,27). Sum of RGB (Red+Green+Blue) = 66+11+27=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #420B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420B1B is #BDF4E4. Grayscale: #1D1D1D. Windows color (decimal): -12448997 or 1772354. OLE color: 1772354.

HSL color Cylindrical-coordinate representation of color #420B1B: hue angle of 342.55º 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 #420B1B is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 11 27 -
CMYK 0 0.83 0.59 0.74
HSL 342.55º 0.71% 0.15% -
HSV(B) 342.55º 0.83% 0.26% -
XYZ 2.56 1.48 1.19 -
YUV 29.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 66 11 27 0 0.83 0.59 0.74 342.55 0.71 0.15
Hex 42 B 1B 0 53 3B 4A 157 47 F
Octal 102 13 33 0 123 73 112 527 107 17
Binary 1000010 1011 11011 0 1010011 111011 1001010 101010111 1000111 1111

Color Harmonies of #420B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B1B

Black with #420B1B

Text Example


Text Example

White with #420B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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