Html Css Color HEX #421321 Bordeaux

📋 copy color: '#421321'

red 66 ◦ green 19 ◦ blue 33

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

Shades of Bordeaux #421321

Tints of Bordeaux #421321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.1%

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

R = 55.93%
G = 16.1%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#421321 (or 0x421321) is known color: Bordeaux. HEX triplet: 42, 13 and 21. RGB value is (66,19,33). Sum of RGB (Red+Green+Blue) = 66+19+33=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #421321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421321 is #BDECDE. Grayscale: #222222. Windows color (decimal): -12446943 or 2167618. OLE color: 2167618.

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

Color convert

RGB 66 19 33 -
CMYK 0 0.71 0.5 0.74
HSL 342.13º 0.55% 0.17% -
HSV(B) 342.13º 0.71% 0.26% -
XYZ 2.75 1.73 1.63 -
YUV 34.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 66 19 33 0 0.71 0.5 0.74 342.13 0.55 0.17
Hex 42 13 21 0 47 32 4A 156 37 11
Octal 102 23 41 0 107 62 112 526 67 21
Binary 1000010 10011 100001 0 1000111 110010 1001010 101010110 110111 10001

Color Harmonies of #421321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421321

Black with #421321

Text Example


Text Example

White with #421321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421321; }

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

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

background-color css

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

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

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

border-color css

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

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

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