Html Css Color HEX #42081B Bordeaux

📋 copy color: '#42081B'

red 66 ◦ green 8 ◦ blue 27

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

Shades of Bordeaux #42081B

Tints of Bordeaux #42081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.92%

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

R = 65.35%
G = 7.92%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#42081B (or 0x42081B) is known color: Bordeaux. HEX triplet: 42, 08 and 1B. RGB value is (66,8,27). Sum of RGB (Red+Green+Blue) = 66+8+27=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #42081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42081B is #BDF7E4. Grayscale: #1B1B1B. Windows color (decimal): -12449765 or 1771586. OLE color: 1771586.

HSL color Cylindrical-coordinate representation of color #42081B: hue angle of 340.34º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42081B is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 8 27 -
CMYK 0 0.88 0.59 0.74
HSL 340.34º 0.78% 0.15% -
HSV(B) 340.34º 0.88% 0.26% -
XYZ 2.53 1.41 1.18 -
YUV 27.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 66 8 27 0 0.88 0.59 0.74 340.34 0.78 0.15
Hex 42 8 1B 0 58 3B 4A 154 4E F
Octal 102 10 33 0 130 73 112 524 116 17
Binary 1000010 1000 11011 0 1011000 111011 1001010 101010100 1001110 1111

Color Harmonies of #42081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42081B

Black with #42081B

Text Example


Text Example

White with #42081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42081B; }

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

 H1.HeaderClassName
 {
   color: #42081B;
 }
 .AnyTagClassName
 {
   color: #42081B;
 }
</style>

background-color css

<style>
 a { background-color: #42081B; }

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

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

border-color css

<style>
 span { border-color: #42081B; }

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

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