Html Css Color HEX #42091A Bordeaux

📋 copy color: '#42091A'

red 66 ◦ green 9 ◦ blue 26

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

Shades of Bordeaux #42091A

Tints of Bordeaux #42091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25.74%

R = 65.35%
G = 8.91%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#42091A (or 0x42091A) is known color: Bordeaux. HEX triplet: 42, 09 and 1A. RGB value is (66,9,26). Sum of RGB (Red+Green+Blue) = 66+9+26=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #42091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42091A is #BDF6E5. Grayscale: #1B1B1B. Windows color (decimal): -12449510 or 1706306. OLE color: 1706306.

HSL color Cylindrical-coordinate representation of color #42091A: hue angle of 342.11º 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 #42091A is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 9 26 -
CMYK 0 0.86 0.61 0.74
HSL 342.11º 0.76% 0.15% -
HSV(B) 342.11º 0.86% 0.26% -
XYZ 2.53 1.43 1.12 -
YUV 27.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 66 9 26 0 0.86 0.61 0.74 342.11 0.76 0.15
Hex 42 9 1A 0 56 3D 4A 156 4C F
Octal 102 11 32 0 126 75 112 526 114 17
Binary 1000010 1001 11010 0 1010110 111101 1001010 101010110 1001100 1111

Color Harmonies of #42091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42091A

Black with #42091A

Text Example


Text Example

White with #42091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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