Html Css Color HEX #531A25 Bordeaux

📋 copy color: '#531A25'

red 83 ◦ green 26 ◦ blue 37

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

Shades of Bordeaux #531A25

Tints of Bordeaux #531A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.81%

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

R = 56.85%
G = 17.81%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#531A25 (or 0x531A25) is known color: Bordeaux. HEX triplet: 53, 1A and 25. RGB value is (83,26,37). Sum of RGB (Red+Green+Blue) = 83+26+37=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #531A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A25 is #ACE5DA. Grayscale: #2C2C2C. Windows color (decimal): -11331035 or 2431571. OLE color: 2431571.

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

Color convert

RGB 83 26 37 -
CMYK 0 0.69 0.55 0.67
HSL 348.42º 0.52% 0.21% -
HSV(B) 348.42º 0.69% 0.33% -
XYZ 4.27 2.71 2.05 -
YUV 44.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 83 26 37 0 0.69 0.55 0.67 348.42 0.52 0.21
Hex 53 1A 25 0 45 37 43 15C 34 15
Octal 123 32 45 0 105 67 103 534 64 25
Binary 1010011 11010 100101 0 1000101 110111 1000011 101011100 110100 10101

Color Harmonies of #531A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A25

Black with #531A25

Text Example


Text Example

White with #531A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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