Html Css Color HEX #42061B Bordeaux

📋 copy color: '#42061B'

red 66 ◦ green 6 ◦ blue 27

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

Shades of Bordeaux #42061B

Tints of Bordeaux #42061B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.06%

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

R = 66.67%
G = 6.06%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#42061B (or 0x42061B) is known color: Bordeaux. HEX triplet: 42, 06 and 1B. RGB value is (66,6,27). Sum of RGB (Red+Green+Blue) = 66+6+27=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #42061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42061B is #BDF9E4. Grayscale: #1A1A1A. Windows color (decimal): -12450277 or 1771074. OLE color: 1771074.

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

Color convert

RGB 66 6 27 -
CMYK 0 0.91 0.59 0.74
HSL 339º 0.83% 0.14% -
HSV(B) 339º 0.91% 0.26% -
XYZ 2.51 1.37 1.17 -
YUV 26.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 66 6 27 0 0.91 0.59 0.74 339 0.83 0.14
Hex 42 6 1B 0 5B 3B 4A 153 53 E
Octal 102 6 33 0 133 73 112 523 123 16
Binary 1000010 110 11011 0 1011011 111011 1001010 101010011 1010011 1110

Color Harmonies of #42061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42061B

Black with #42061B

Text Example


Text Example

White with #42061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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