Html Css Color HEX #421620 Bordeaux

📋 copy color: '#421620'

red 66 ◦ green 22 ◦ blue 32

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

Shades of Bordeaux #421620

Tints of Bordeaux #421620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.33%

 BLUE value IS 32 (12.89% from 255) = 26.67%

R = 55%
G = 18.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#421620 (or 0x421620) is known color: Bordeaux. HEX triplet: 42, 16 and 20. RGB value is (66,22,32). Sum of RGB (Red+Green+Blue) = 66+22+32=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #421620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421620 is #BDE9DF. Grayscale: #242424. Windows color (decimal): -12446176 or 2102850. OLE color: 2102850.

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

Color convert

RGB 66 22 32 -
CMYK 0 0.67 0.52 0.74
HSL 346.36º 0.5% 0.17% -
HSV(B) 346.36º 0.67% 0.26% -
XYZ 2.79 1.84 1.57 -
YUV 36.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 66 22 32 0 0.67 0.52 0.74 346.36 0.5 0.17
Hex 42 16 20 0 43 34 4A 15A 32 11
Octal 102 26 40 0 103 64 112 532 62 21
Binary 1000010 10110 100000 0 1000011 110100 1001010 101011010 110010 10001

Color Harmonies of #421620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421620

Black with #421620

Text Example


Text Example

White with #421620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421620; }

 p { color: rgb(66,22,32); }

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

background-color css

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

 a { background-color: rgb(66,22,32); }

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

border-color css

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

 span { border-color: rgb(66,22,32); }

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