Html Css Color HEX #531825 Bordeaux

📋 copy color: '#531825'

red 83 ◦ green 24 ◦ blue 37

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

Shades of Bordeaux #531825

Tints of Bordeaux #531825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 57.64%
G = 16.67%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#531825 (or 0x531825) is known color: Bordeaux. HEX triplet: 53, 18 and 25. RGB value is (83,24,37). Sum of RGB (Red+Green+Blue) = 83+24+37=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #531825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531825 is #ACE7DA. Grayscale: #2B2B2B. Windows color (decimal): -11331547 or 2431059. OLE color: 2431059.

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

Color convert

RGB 83 24 37 -
CMYK 0 0.71 0.55 0.67
HSL 346.78º 0.55% 0.21% -
HSV(B) 346.78º 0.71% 0.33% -
XYZ 4.23 2.63 2.03 -
YUV 43.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 83 24 37 0 0.71 0.55 0.67 346.78 0.55 0.21
Hex 53 18 25 0 47 37 43 15B 37 15
Octal 123 30 45 0 107 67 103 533 67 25
Binary 1010011 11000 100101 0 1000111 110111 1000011 101011011 110111 10101

Color Harmonies of #531825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531825

Black with #531825

Text Example


Text Example

White with #531825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531825; }

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

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

background-color css

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

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

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

border-color css

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

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

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