Html Css Color HEX #531B25 Bordeaux

📋 copy color: '#531B25'

red 83 ◦ green 27 ◦ blue 37

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

Shades of Bordeaux #531B25

Tints of Bordeaux #531B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.37%

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

R = 56.46%
G = 18.37%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#531B25 (or 0x531B25) is known color: Bordeaux. HEX triplet: 53, 1B and 25. RGB value is (83,27,37). Sum of RGB (Red+Green+Blue) = 83+27+37=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #531B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B25 is #ACE4DA. Grayscale: #2C2C2C. Windows color (decimal): -11330779 or 2431827. OLE color: 2431827.

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

Color convert

RGB 83 27 37 -
CMYK 0 0.67 0.55 0.67
HSL 349.29º 0.51% 0.22% -
HSV(B) 349.29º 0.67% 0.33% -
XYZ 4.29 2.76 2.06 -
YUV 44.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 83 27 37 0 0.67 0.55 0.67 349.29 0.51 0.22
Hex 53 1B 25 0 43 37 43 15D 33 16
Octal 123 33 45 0 103 67 103 535 63 26
Binary 1010011 11011 100101 0 1000011 110111 1000011 101011101 110011 10110

Color Harmonies of #531B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B25

Black with #531B25

Text Example


Text Example

White with #531B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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