Html Css Color HEX #531A24 Bordeaux

📋 copy color: '#531A24'

red 83 ◦ green 26 ◦ blue 36

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

Shades of Bordeaux #531A24

Tints of Bordeaux #531A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.83%

R = 57.24%
G = 17.93%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#531A24 (or 0x531A24) is known color: Bordeaux. HEX triplet: 53, 1A and 24. RGB value is (83,26,36). Sum of RGB (Red+Green+Blue) = 83+26+36=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #531A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A24 is #ACE5DB. Grayscale: #2C2C2C. Windows color (decimal): -11331036 or 2366035. OLE color: 2366035.

HSL color Cylindrical-coordinate representation of color #531A24: hue angle of 349.47º 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 #531A24 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 36 -
CMYK 0 0.69 0.57 0.67
HSL 349.47º 0.52% 0.21% -
HSV(B) 349.47º 0.69% 0.33% -
XYZ 4.26 2.71 1.97 -
YUV 44.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 83 26 36 0 0.69 0.57 0.67 349.47 0.52 0.21
Hex 53 1A 24 0 45 39 43 15D 34 15
Octal 123 32 44 0 105 71 103 535 64 25
Binary 1010011 11010 100100 0 1000101 111001 1000011 101011101 110100 10101

Color Harmonies of #531A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A24

Black with #531A24

Text Example


Text Example

White with #531A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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