Html Css Color HEX #531625 Bordeaux

📋 copy color: '#531625'

red 83 ◦ green 22 ◦ blue 37

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

Shades of Bordeaux #531625

Tints of Bordeaux #531625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.49%

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

R = 58.45%
G = 15.49%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#531625 (or 0x531625) is known color: Bordeaux. HEX triplet: 53, 16 and 25. RGB value is (83,22,37). Sum of RGB (Red+Green+Blue) = 83+22+37=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #531625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531625 is #ACE9DA. Grayscale: #292929. Windows color (decimal): -11332059 or 2430547. OLE color: 2430547.

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

Color convert

RGB 83 22 37 -
CMYK 0 0.73 0.55 0.67
HSL 345.25º 0.58% 0.21% -
HSV(B) 345.25º 0.73% 0.33% -
XYZ 4.19 2.55 2.02 -
YUV 41.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 83 22 37 0 0.73 0.55 0.67 345.25 0.58 0.21
Hex 53 16 25 0 49 37 43 159 3A 15
Octal 123 26 45 0 111 67 103 531 72 25
Binary 1010011 10110 100101 0 1001001 110111 1000011 101011001 111010 10101

Color Harmonies of #531625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531625

Black with #531625

Text Example


Text Example

White with #531625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531625; }

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

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

background-color css

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

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

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

border-color css

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

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

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