Html Css Color HEX #421622 Bordeaux

📋 copy color: '#421622'

red 66 ◦ green 22 ◦ blue 34

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

Shades of Bordeaux #421622

Tints of Bordeaux #421622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.03%

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

R = 54.1%
G = 18.03%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#421622 (or 0x421622) is known color: Bordeaux. HEX triplet: 42, 16 and 22. RGB value is (66,22,34). Sum of RGB (Red+Green+Blue) = 66+22+34=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #421622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421622 is #BDE9DD. Grayscale: #242424. Windows color (decimal): -12446174 or 2233922. OLE color: 2233922.

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

Color convert

RGB 66 22 34 -
CMYK 0 0.67 0.48 0.74
HSL 343.64º 0.5% 0.17% -
HSV(B) 343.64º 0.67% 0.26% -
XYZ 2.82 1.85 1.72 -
YUV 36.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 66 22 34 0 0.67 0.48 0.74 343.64 0.5 0.17
Hex 42 16 22 0 43 30 4A 158 32 11
Octal 102 26 42 0 103 60 112 530 62 21
Binary 1000010 10110 100010 0 1000011 110000 1001010 101011000 110010 10001

Color Harmonies of #421622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421622

Black with #421622

Text Example


Text Example

White with #421622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421622; }

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

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

background-color css

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

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

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

border-color css

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

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

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