Html Css Color HEX #531725 Bordeaux

📋 copy color: '#531725'

red 83 ◦ green 23 ◦ blue 37

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

Shades of Bordeaux #531725

Tints of Bordeaux #531725

RGB

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

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

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

R = 58.04%
G = 16.08%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#531725 (or 0x531725) is known color: Bordeaux. HEX triplet: 53, 17 and 25. RGB value is (83,23,37). Sum of RGB (Red+Green+Blue) = 83+23+37=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #531725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531725 is #ACE8DA. Grayscale: #2A2A2A. Windows color (decimal): -11331803 or 2430803. OLE color: 2430803.

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

Color convert

RGB 83 23 37 -
CMYK 0 0.72 0.55 0.67
HSL 346º 0.57% 0.21% -
HSV(B) 346º 0.72% 0.33% -
XYZ 4.21 2.59 2.03 -
YUV 42.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 83 23 37 0 0.72 0.55 0.67 346 0.57 0.21
Hex 53 17 25 0 48 37 43 15A 39 15
Octal 123 27 45 0 110 67 103 532 71 25
Binary 1010011 10111 100101 0 1001000 110111 1000011 101011010 111001 10101

Color Harmonies of #531725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531725

Black with #531725

Text Example


Text Example

White with #531725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531725; }

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

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

background-color css

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

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

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

border-color css

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

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

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