Html Css Color HEX #431220 Bordeaux

📋 copy color: '#431220'

red 67 ◦ green 18 ◦ blue 32

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

Shades of Bordeaux #431220

Tints of Bordeaux #431220

RGB

 RED value IS 67 (26.56% from 255) = 57.26%

 GREEN value IS 18 (7.42% from 255) = 15.38%

 BLUE value IS 32 (12.89% from 255) = 27.35%

R = 57.26%
G = 15.38%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#431220 (or 0x431220) is known color: Bordeaux. HEX triplet: 43, 12 and 20. RGB value is (67,18,32). Sum of RGB (Red+Green+Blue) = 67+18+32=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #431220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431220 is #BCEDDF. Grayscale: #222222. Windows color (decimal): -12381664 or 2101827. OLE color: 2101827.

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

Color convert

RGB 67 18 32 -
CMYK 0 0.73 0.52 0.74
HSL 342.86º 0.58% 0.17% -
HSV(B) 342.86º 0.73% 0.26% -
XYZ 2.79 1.73 1.55 -
YUV 34.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 67 18 32 0 0.73 0.52 0.74 342.86 0.58 0.17
Hex 43 12 20 0 49 34 4A 157 3A 11
Octal 103 22 40 0 111 64 112 527 72 21
Binary 1000011 10010 100000 0 1001001 110100 1001010 101010111 111010 10001

Color Harmonies of #431220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431220

Black with #431220

Text Example


Text Example

White with #431220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431220; }

 p { color: rgb(67,18,32); }

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

background-color css

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

 a { background-color: rgb(67,18,32); }

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

border-color css

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

 span { border-color: rgb(67,18,32); }

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