Html Css Color HEX #421722 Bordeaux

📋 copy color: '#421722'

red 66 ◦ green 23 ◦ blue 34

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

Shades of Bordeaux #421722

Tints of Bordeaux #421722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

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

R = 53.66%
G = 18.7%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#421722 (or 0x421722) is known color: Bordeaux. HEX triplet: 42, 17 and 22. RGB value is (66,23,34). Sum of RGB (Red+Green+Blue) = 66+23+34=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #421722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421722 is #BDE8DD. Grayscale: #252525. Windows color (decimal): -12445918 or 2234178. OLE color: 2234178.

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

Color convert

RGB 66 23 34 -
CMYK 0 0.65 0.48 0.74
HSL 344.65º 0.48% 0.17% -
HSV(B) 344.65º 0.65% 0.26% -
XYZ 2.84 1.89 1.73 -
YUV 37.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 66 23 34 0 0.65 0.48 0.74 344.65 0.48 0.17
Hex 42 17 22 0 41 30 4A 159 30 11
Octal 102 27 42 0 101 60 112 531 60 21
Binary 1000010 10111 100010 0 1000001 110000 1001010 101011001 110000 10001

Color Harmonies of #421722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421722

Black with #421722

Text Example


Text Example

White with #421722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421722; }

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

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

background-color css

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

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

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

border-color css

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

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

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