Html Css Color HEX #531D25 Bordeaux

📋 copy color: '#531D25'

red 83 ◦ green 29 ◦ blue 37

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

Shades of Bordeaux #531D25

Tints of Bordeaux #531D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.46%

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

R = 55.7%
G = 19.46%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#531D25 (or 0x531D25) is known color: Bordeaux. HEX triplet: 53, 1D and 25. RGB value is (83,29,37). Sum of RGB (Red+Green+Blue) = 83+29+37=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D25 is #ACE2DA. Grayscale: #2E2E2E. Windows color (decimal): -11330267 or 2432339. OLE color: 2432339.

HSL color Cylindrical-coordinate representation of color #531D25: hue angle of 351.11º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D25 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 29 37 -
CMYK 0 0.65 0.55 0.67
HSL 351.11º 0.48% 0.22% -
HSV(B) 351.11º 0.65% 0.33% -
XYZ 4.34 2.85 2.07 -
YUV 46.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 83 29 37 0 0.65 0.55 0.67 351.11 0.48 0.22
Hex 53 1D 25 0 41 37 43 15F 30 16
Octal 123 35 45 0 101 67 103 537 60 26
Binary 1010011 11101 100101 0 1000001 110111 1000011 101011111 110000 10110

Color Harmonies of #531D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D25

Black with #531D25

Text Example


Text Example

White with #531D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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