Html Css Color HEX #531620 Bordeaux

📋 copy color: '#531620'

red 83 ◦ green 22 ◦ blue 32

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

Shades of Bordeaux #531620

Tints of Bordeaux #531620

RGB

 RED value IS 83 (32.81% from 255) = 60.58%

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

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

R = 60.58%
G = 16.06%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#531620 (or 0x531620) is known color: Bordeaux. HEX triplet: 53, 16 and 20. RGB value is (83,22,32). Sum of RGB (Red+Green+Blue) = 83+22+32=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531620 is #ACE9DF. Grayscale: #292929. Windows color (decimal): -11332064 or 2102867. OLE color: 2102867.

HSL color Cylindrical-coordinate representation of color #531620: hue angle of 350.16º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531620 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 32 -
CMYK 0 0.73 0.61 0.67
HSL 350.16º 0.58% 0.21% -
HSV(B) 350.16º 0.73% 0.33% -
XYZ 4.11 2.52 1.64 -
YUV 41.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 83 22 32 0 0.73 0.61 0.67 350.16 0.58 0.21
Hex 53 16 20 0 49 3D 43 15E 3A 15
Octal 123 26 40 0 111 75 103 536 72 25
Binary 1010011 10110 100000 0 1001001 111101 1000011 101011110 111010 10101

Color Harmonies of #531620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531620

Black with #531620

Text Example


Text Example

White with #531620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531620; }

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

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

background-color css

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

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

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

border-color css

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

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

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