Html Css Color HEX #42131E Bordeaux

📋 copy color: '#42131E'

red 66 ◦ green 19 ◦ blue 30

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

Shades of Bordeaux #42131E

Tints of Bordeaux #42131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.52%

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

R = 57.39%
G = 16.52%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#42131E (or 0x42131E) is known color: Bordeaux. HEX triplet: 42, 13 and 1E. RGB value is (66,19,30). Sum of RGB (Red+Green+Blue) = 66+19+30=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42131E is #BDECE1. Grayscale: #222222. Windows color (decimal): -12446946 or 1971010. OLE color: 1971010.

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

Color convert

RGB 66 19 30 -
CMYK 0 0.71 0.55 0.74
HSL 345.96º 0.55% 0.17% -
HSV(B) 345.96º 0.71% 0.26% -
XYZ 2.71 1.72 1.42 -
YUV 34.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 66 19 30 0 0.71 0.55 0.74 345.96 0.55 0.17
Hex 42 13 1E 0 47 37 4A 15A 37 11
Octal 102 23 36 0 107 67 112 532 67 21
Binary 1000010 10011 11110 0 1000111 110111 1001010 101011010 110111 10001

Color Harmonies of #42131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42131E

Black with #42131E

Text Example


Text Example

White with #42131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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