Html Css Color HEX #421522 Bordeaux

📋 copy color: '#421522'

red 66 ◦ green 21 ◦ blue 34

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

Shades of Bordeaux #421522

Tints of Bordeaux #421522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 28.1%

R = 54.55%
G = 17.36%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#421522 (or 0x421522) is known color: Bordeaux. HEX triplet: 42, 15 and 22. RGB value is (66,21,34). Sum of RGB (Red+Green+Blue) = 66+21+34=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #421522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421522 is #BDEADD. Grayscale: #232323. Windows color (decimal): -12446430 or 2233666. OLE color: 2233666.

HSL color Cylindrical-coordinate representation of color #421522: hue angle of 342.67º 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 #421522 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 21 34 -
CMYK 0 0.68 0.48 0.74
HSL 342.67º 0.52% 0.17% -
HSV(B) 342.67º 0.68% 0.26% -
XYZ 2.8 1.81 1.71 -
YUV 35.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 66 21 34 0 0.68 0.48 0.74 342.67 0.52 0.17
Hex 42 15 22 0 44 30 4A 157 34 11
Octal 102 25 42 0 104 60 112 527 64 21
Binary 1000010 10101 100010 0 1000100 110000 1001010 101010111 110100 10001

Color Harmonies of #421522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421522

Black with #421522

Text Example


Text Example

White with #421522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421522; }

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

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

background-color css

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

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

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

border-color css

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

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

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