Html Css Color HEX #42141D Bordeaux

📋 copy color: '#42141D'

red 66 ◦ green 20 ◦ blue 29

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

Shades of Bordeaux #42141D

Tints of Bordeaux #42141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.22%

R = 57.39%
G = 17.39%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42141D (or 0x42141D) is known color: Bordeaux. HEX triplet: 42, 14 and 1D. RGB value is (66,20,29). Sum of RGB (Red+Green+Blue) = 66+20+29=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42141D is #BDEBE2. Grayscale: #222222. Windows color (decimal): -12446691 or 1905730. OLE color: 1905730.

HSL color Cylindrical-coordinate representation of color #42141D: hue angle of 348.26º 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 #42141D is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 20 29 -
CMYK 0 0.70 0.56 0.74
HSL 348.26º 0.53% 0.17% -
HSV(B) 348.26º 0.7% 0.26% -
XYZ 2.72 1.75 1.36 -
YUV 34.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 66 20 29 0 0.70 0.56 0.74 348.26 0.53 0.17
Hex 42 14 1D 0 46 38 4A 15C 35 11
Octal 102 24 35 0 106 70 112 534 65 21
Binary 1000010 10100 11101 0 1000110 111000 1001010 101011100 110101 10001

Color Harmonies of #42141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42141D

Black with #42141D

Text Example


Text Example

White with #42141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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