Html Css Color HEX #42091D Bordeaux

📋 copy color: '#42091D'

red 66 ◦ green 9 ◦ blue 29

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

Shades of Bordeaux #42091D

Tints of Bordeaux #42091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.65%

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

R = 63.46%
G = 8.65%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42091D (or 0x42091D) is known color: Bordeaux. HEX triplet: 42, 09 and 1D. RGB value is (66,9,29). Sum of RGB (Red+Green+Blue) = 66+9+29=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #42091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42091D is #BDF6E2. Grayscale: #1C1C1C. Windows color (decimal): -12449507 or 1902914. OLE color: 1902914.

HSL color Cylindrical-coordinate representation of color #42091D: hue angle of 338.95º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42091D is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 29 -
CMYK 0 0.86 0.56 0.74
HSL 338.95º 0.76% 0.15% -
HSV(B) 338.95º 0.86% 0.26% -
XYZ 2.57 1.44 1.31 -
YUV 28.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 66 9 29 0 0.86 0.56 0.74 338.95 0.76 0.15
Hex 42 9 1D 0 56 38 4A 153 4C F
Octal 102 11 35 0 126 70 112 523 114 17
Binary 1000010 1001 11101 0 1010110 111000 1001010 101010011 1001100 1111

Color Harmonies of #42091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42091D

Black with #42091D

Text Example


Text Example

White with #42091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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