Html Css Color HEX #421520 Bordeaux

📋 copy color: '#421520'

red 66 ◦ green 21 ◦ blue 32

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

Shades of Bordeaux #421520

Tints of Bordeaux #421520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.65%

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

R = 55.46%
G = 17.65%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#421520 (or 0x421520) is known color: Bordeaux. HEX triplet: 42, 15 and 20. RGB value is (66,21,32). Sum of RGB (Red+Green+Blue) = 66+21+32=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #421520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421520 is #BDEADF. Grayscale: #232323. Windows color (decimal): -12446432 or 2102594. OLE color: 2102594.

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

Color convert

RGB 66 21 32 -
CMYK 0 0.68 0.52 0.74
HSL 345.33º 0.52% 0.17% -
HSV(B) 345.33º 0.68% 0.26% -
XYZ 2.78 1.8 1.57 -
YUV 35.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 66 21 32 0 0.68 0.52 0.74 345.33 0.52 0.17
Hex 42 15 20 0 44 34 4A 159 34 11
Octal 102 25 40 0 104 64 112 531 64 21
Binary 1000010 10101 100000 0 1000100 110100 1001010 101011001 110100 10001

Color Harmonies of #421520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421520

Black with #421520

Text Example


Text Example

White with #421520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421520; }

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

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

background-color css

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

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

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

border-color css

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

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

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