Html Css Color HEX #531F28 Bordeaux

📋 copy color: '#531F28'

red 83 ◦ green 31 ◦ blue 40

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

Shades of Bordeaux #531F28

Tints of Bordeaux #531F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.13%

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 53.9%
G = 20.13%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#531F28 (or 0x531F28) is known color: Bordeaux. HEX triplet: 53, 1F and 28. RGB value is (83,31,40). Sum of RGB (Red+Green+Blue) = 83+31+40=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #531F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F28 is #ACE0D7. Grayscale: #2F2F2F. Windows color (decimal): -11329752 or 2629459. OLE color: 2629459.

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

Color convert

RGB 83 31 40 -
CMYK 0 0.63 0.52 0.67
HSL 349.62º 0.46% 0.22% -
HSV(B) 349.62º 0.63% 0.33% -
XYZ 4.44 2.97 2.35 -
YUV 47.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 83 31 40 0 0.63 0.52 0.67 349.62 0.46 0.22
Hex 53 1F 28 0 3F 34 43 15E 2E 16
Octal 123 37 50 0 77 64 103 536 56 26
Binary 1010011 11111 101000 0 111111 110100 1000011 101011110 101110 10110

Color Harmonies of #531F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F28

Black with #531F28

Text Example


Text Example

White with #531F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,31,40); }

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

background-color css

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

 a { background-color: rgb(83,31,40); }

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

border-color css

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

 span { border-color: rgb(83,31,40); }

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