Html Css Color HEX #421820 Bordeaux

📋 copy color: '#421820'

red 66 ◦ green 24 ◦ blue 32

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

Shades of Bordeaux #421820

Tints of Bordeaux #421820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.67%

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

R = 54.1%
G = 19.67%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#421820 (or 0x421820) is known color: Bordeaux. HEX triplet: 42, 18 and 20. RGB value is (66,24,32). Sum of RGB (Red+Green+Blue) = 66+24+32=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #421820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421820 is #BDE7DF. Grayscale: #252525. Windows color (decimal): -12445664 or 2103362. OLE color: 2103362.

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

Color convert

RGB 66 24 32 -
CMYK 0 0.64 0.52 0.74
HSL 348.57º 0.47% 0.18% -
HSV(B) 348.57º 0.64% 0.26% -
XYZ 2.83 1.92 1.59 -
YUV 37.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 66 24 32 0 0.64 0.52 0.74 348.57 0.47 0.18
Hex 42 18 20 0 40 34 4A 15D 2F 12
Octal 102 30 40 0 100 64 112 535 57 22
Binary 1000010 11000 100000 0 1000000 110100 1001010 101011101 101111 10010

Color Harmonies of #421820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421820

Black with #421820

Text Example


Text Example

White with #421820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421820; }

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

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

background-color css

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

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

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

border-color css

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

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

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