Html Css Color HEX #42161E Bordeaux

📋 copy color: '#42161E'

red 66 ◦ green 22 ◦ blue 30

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

Shades of Bordeaux #42161E

Tints of Bordeaux #42161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.64%

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 55.93%
G = 18.64%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#42161E (or 0x42161E) is known color: Bordeaux. HEX triplet: 42, 16 and 1E. RGB value is (66,22,30). Sum of RGB (Red+Green+Blue) = 66+22+30=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #42161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42161E is #BDE9E1. Grayscale: #242424. Windows color (decimal): -12446178 or 1971778. OLE color: 1971778.

HSL color Cylindrical-coordinate representation of color #42161E: hue angle of 349.09º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42161E is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 22 30 -
CMYK 0 0.67 0.55 0.74
HSL 349.09º 0.5% 0.17% -
HSV(B) 349.09º 0.67% 0.26% -
XYZ 2.77 1.83 1.43 -
YUV 36.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 66 22 30 0 0.67 0.55 0.74 349.09 0.5 0.17
Hex 42 16 1E 0 43 37 4A 15D 32 11
Octal 102 26 36 0 103 67 112 535 62 21
Binary 1000010 10110 11110 0 1000011 110111 1001010 101011101 110010 10001

Color Harmonies of #42161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42161E

Black with #42161E

Text Example


Text Example

White with #42161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42161E; }

 p { color: rgb(66,22,30); }

 H1.HeaderClassName
 {
   color: #42161E;
 }
 .AnyTagClassName
 {
   color: #42161E;
 }
</style>

background-color css

<style>
 a { background-color: #42161E; }

 a { background-color: rgb(66,22,30); }

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

border-color css

<style>
 span { border-color: #42161E; }

 span { border-color: rgb(66,22,30); }

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