Html Css Color HEX #421921 Bordeaux

📋 copy color: '#421921'

red 66 ◦ green 25 ◦ blue 33

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

Shades of Bordeaux #421921

Tints of Bordeaux #421921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

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

R = 53.23%
G = 20.16%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#421921 (or 0x421921) is known color: Bordeaux. HEX triplet: 42, 19 and 21. RGB value is (66,25,33). Sum of RGB (Red+Green+Blue) = 66+25+33=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #421921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421921 is #BDE6DE. Grayscale: #262626. Windows color (decimal): -12445407 or 2169154. OLE color: 2169154.

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

Color convert

RGB 66 25 33 -
CMYK 0 0.62 0.5 0.74
HSL 348.29º 0.45% 0.18% -
HSV(B) 348.29º 0.62% 0.26% -
XYZ 2.87 1.96 1.67 -
YUV 38.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 66 25 33 0 0.62 0.5 0.74 348.29 0.45 0.18
Hex 42 19 21 0 3E 32 4A 15C 2D 12
Octal 102 31 41 0 76 62 112 534 55 22
Binary 1000010 11001 100001 0 111110 110010 1001010 101011100 101101 10010

Color Harmonies of #421921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421921

Black with #421921

Text Example


Text Example

White with #421921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421921; }

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

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

background-color css

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

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

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

border-color css

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

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

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