Html Css Color HEX #42131D Bordeaux

📋 copy color: '#42131D'

red 66 ◦ green 19 ◦ blue 29

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

Shades of Bordeaux #42131D

Tints of Bordeaux #42131D

RGB

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

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

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

R = 57.89%
G = 16.67%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42131D (or 0x42131D) is known color: Bordeaux. HEX triplet: 42, 13 and 1D. RGB value is (66,19,29). Sum of RGB (Red+Green+Blue) = 66+19+29=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #42131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42131D is #BDECE2. Grayscale: #222222. Windows color (decimal): -12446947 or 1905474. OLE color: 1905474.

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

Color convert

RGB 66 19 29 -
CMYK 0 0.71 0.56 0.74
HSL 347.23º 0.55% 0.17% -
HSV(B) 347.23º 0.71% 0.26% -
XYZ 2.7 1.71 1.35 -
YUV 34.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 66 19 29 0 0.71 0.56 0.74 347.23 0.55 0.17
Hex 42 13 1D 0 47 38 4A 15B 37 11
Octal 102 23 35 0 107 70 112 533 67 21
Binary 1000010 10011 11101 0 1000111 111000 1001010 101011011 110111 10001

Color Harmonies of #42131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42131D

Black with #42131D

Text Example


Text Example

White with #42131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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