Html Css Color HEX #421421 Bordeaux

📋 copy color: '#421421'

red 66 ◦ green 20 ◦ blue 33

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

Shades of Bordeaux #421421

Tints of Bordeaux #421421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.81%

 BLUE value IS 33 (13.28% from 255) = 27.73%

R = 55.46%
G = 16.81%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#421421 (or 0x421421) is known color: Bordeaux. HEX triplet: 42, 14 and 21. RGB value is (66,20,33). Sum of RGB (Red+Green+Blue) = 66+20+33=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #421421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421421 is #BDEBDE. Grayscale: #232323. Windows color (decimal): -12446687 or 2167874. OLE color: 2167874.

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

Color convert

RGB 66 20 33 -
CMYK 0 0.70 0.5 0.74
HSL 343.04º 0.53% 0.17% -
HSV(B) 343.04º 0.7% 0.26% -
XYZ 2.77 1.77 1.63 -
YUV 35.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 66 20 33 0 0.70 0.5 0.74 343.04 0.53 0.17
Hex 42 14 21 0 46 32 4A 157 35 11
Octal 102 24 41 0 106 62 112 527 65 21
Binary 1000010 10100 100001 0 1000110 110010 1001010 101010111 110101 10001

Color Harmonies of #421421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421421

Black with #421421

Text Example


Text Example

White with #421421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421421; }

 p { color: rgb(66,20,33); }

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

background-color css

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

 a { background-color: rgb(66,20,33); }

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

border-color css

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

 span { border-color: rgb(66,20,33); }

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