Html Css Color HEX #531225 Bordeaux

📋 copy color: '#531225'

red 83 ◦ green 18 ◦ blue 37

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

Shades of Bordeaux #531225

Tints of Bordeaux #531225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

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

R = 60.14%
G = 13.04%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#531225 (or 0x531225) is known color: Bordeaux. HEX triplet: 53, 12 and 25. RGB value is (83,18,37). Sum of RGB (Red+Green+Blue) = 83+18+37=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #531225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531225 is #ACEDDA. Grayscale: #272727. Windows color (decimal): -11333083 or 2429523. OLE color: 2429523.

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

Color convert

RGB 83 18 37 -
CMYK 0 0.78 0.55 0.67
HSL 342.46º 0.64% 0.2% -
HSV(B) 342.46º 0.78% 0.33% -
XYZ 4.12 2.41 2 -
YUV 39.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 83 18 37 0 0.78 0.55 0.67 342.46 0.64 0.2
Hex 53 12 25 0 4E 37 43 156 40 14
Octal 123 22 45 0 116 67 103 526 100 24
Binary 1010011 10010 100101 0 1001110 110111 1000011 101010110 1000000 10100

Color Harmonies of #531225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531225

Black with #531225

Text Example


Text Example

White with #531225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531225; }

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

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

background-color css

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

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

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

border-color css

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

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

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