Html Css Color HEX #431620 Bordeaux

📋 copy color: '#431620'

red 67 ◦ green 22 ◦ blue 32

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

Shades of Bordeaux #431620

Tints of Bordeaux #431620

RGB

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

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

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

R = 55.37%
G = 18.18%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#431620 (or 0x431620) is known color: Bordeaux. HEX triplet: 43, 16 and 20. RGB value is (67,22,32). Sum of RGB (Red+Green+Blue) = 67+22+32=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431620 is #BCE9DF. Grayscale: #242424. Windows color (decimal): -12380640 or 2102851. OLE color: 2102851.

HSL color Cylindrical-coordinate representation of color #431620: hue angle of 346.67º degrees, saturation: 0.51, 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 #431620 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 22 32 -
CMYK 0 0.67 0.52 0.74
HSL 346.67º 0.51% 0.17% -
HSV(B) 346.67º 0.67% 0.26% -
XYZ 2.86 1.87 1.58 -
YUV 36.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 67 22 32 0 0.67 0.52 0.74 346.67 0.51 0.17
Hex 43 16 20 0 43 34 4A 15B 33 11
Octal 103 26 40 0 103 64 112 533 63 21
Binary 1000011 10110 100000 0 1000011 110100 1001010 101011011 110011 10001

Color Harmonies of #431620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431620

Black with #431620

Text Example


Text Example

White with #431620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431620; }

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

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

background-color css

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

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

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

border-color css

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

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

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