Html Css Color HEX #531325 Bordeaux

📋 copy color: '#531325'

red 83 ◦ green 19 ◦ blue 37

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

Shades of Bordeaux #531325

Tints of Bordeaux #531325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 59.71%
G = 13.67%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#531325 (or 0x531325) is known color: Bordeaux. HEX triplet: 53, 13 and 25. RGB value is (83,19,37). Sum of RGB (Red+Green+Blue) = 83+19+37=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #531325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531325 is #ACECDA. Grayscale: #282828. Windows color (decimal): -11332827 or 2429779. OLE color: 2429779.

HSL color Cylindrical-coordinate representation of color #531325: hue angle of 343.12º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531325 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 37 -
CMYK 0 0.77 0.55 0.67
HSL 343.13º 0.63% 0.2% -
HSV(B) 343.13º 0.77% 0.33% -
XYZ 4.13 2.44 2 -
YUV 40.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 83 19 37 0 0.77 0.55 0.67 343.13 0.63 0.2
Hex 53 13 25 0 4D 37 43 157 3F 14
Octal 123 23 45 0 115 67 103 527 77 24
Binary 1010011 10011 100101 0 1001101 110111 1000011 101010111 111111 10100

Color Harmonies of #531325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531325

Black with #531325

Text Example


Text Example

White with #531325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531325; }

 p { color: rgb(83,19,37); }

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

background-color css

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

 a { background-color: rgb(83,19,37); }

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

border-color css

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

 span { border-color: rgb(83,19,37); }

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