Html Css Color HEX #42141E Bordeaux

📋 copy color: '#42141E'

red 66 ◦ green 20 ◦ blue 30

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

Shades of Bordeaux #42141E

Tints of Bordeaux #42141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.24%

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

R = 56.9%
G = 17.24%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#42141E (or 0x42141E) is known color: Bordeaux. HEX triplet: 42, 14 and 1E. RGB value is (66,20,30). Sum of RGB (Red+Green+Blue) = 66+20+30=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #42141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42141E is #BDEBE1. Grayscale: #222222. Windows color (decimal): -12446690 or 1971266. OLE color: 1971266.

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

Color convert

RGB 66 20 30 -
CMYK 0 0.70 0.55 0.74
HSL 346.96º 0.53% 0.17% -
HSV(B) 346.96º 0.7% 0.26% -
XYZ 2.73 1.75 1.42 -
YUV 34.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 66 20 30 0 0.70 0.55 0.74 346.96 0.53 0.17
Hex 42 14 1E 0 46 37 4A 15B 35 11
Octal 102 24 36 0 106 67 112 533 65 21
Binary 1000010 10100 11110 0 1000110 110111 1001010 101011011 110101 10001

Color Harmonies of #42141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42141E

Black with #42141E

Text Example


Text Example

White with #42141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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