Html Css Color HEX #42071B Bordeaux

📋 copy color: '#42071B'

red 66 ◦ green 7 ◦ blue 27

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

Shades of Bordeaux #42071B

Tints of Bordeaux #42071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7%

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

R = 66%
G = 7%
B = 27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#42071B (or 0x42071B) is known color: Bordeaux. HEX triplet: 42, 07 and 1B. RGB value is (66,7,27). Sum of RGB (Red+Green+Blue) = 66+7+27=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #42071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42071B is #BDF8E4. Grayscale: #1A1A1A. Windows color (decimal): -12450021 or 1771330. OLE color: 1771330.

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

Color convert

RGB 66 7 27 -
CMYK 0 0.89 0.59 0.74
HSL 339.66º 0.81% 0.14% -
HSV(B) 339.66º 0.89% 0.26% -
XYZ 2.52 1.39 1.17 -
YUV 26.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 66 7 27 0 0.89 0.59 0.74 339.66 0.81 0.14
Hex 42 7 1B 0 59 3B 4A 154 51 E
Octal 102 7 33 0 131 73 112 524 121 16
Binary 1000010 111 11011 0 1011001 111011 1001010 101010100 1010001 1110

Color Harmonies of #42071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42071B

Black with #42071B

Text Example


Text Example

White with #42071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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