Html Css Color HEX #42171F Bordeaux

📋 copy color: '#42171F'

red 66 ◦ green 23 ◦ blue 31

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

Shades of Bordeaux #42171F

Tints of Bordeaux #42171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.17%

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 55%
G = 19.17%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#42171F (or 0x42171F) is known color: Bordeaux. HEX triplet: 42, 17 and 1F. RGB value is (66,23,31). Sum of RGB (Red+Green+Blue) = 66+23+31=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #42171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42171F is #BDE8E0. Grayscale: #242424. Windows color (decimal): -12445921 or 2037570. OLE color: 2037570.

HSL color Cylindrical-coordinate representation of color #42171F: hue angle of 348.84º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42171F is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 23 31 -
CMYK 0 0.65 0.53 0.74
HSL 348.84º 0.48% 0.17% -
HSV(B) 348.84º 0.65% 0.26% -
XYZ 2.8 1.87 1.51 -
YUV 36.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 66 23 31 0 0.65 0.53 0.74 348.84 0.48 0.17
Hex 42 17 1F 0 41 35 4A 15D 30 11
Octal 102 27 37 0 101 65 112 535 60 21
Binary 1000010 10111 11111 0 1000001 110101 1001010 101011101 110000 10001

Color Harmonies of #42171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42171F

Black with #42171F

Text Example


Text Example

White with #42171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42171F; }

 p { color: rgb(66,23,31); }

 H1.HeaderClassName
 {
   color: #42171F;
 }
 .AnyTagClassName
 {
   color: #42171F;
 }
</style>

background-color css

<style>
 a { background-color: #42171F; }

 a { background-color: rgb(66,23,31); }

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

border-color css

<style>
 span { border-color: #42171F; }

 span { border-color: rgb(66,23,31); }

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