Html Css Color HEX #531F3F Barossa

📋 copy color: '#531F3F'

red 83 ◦ green 31 ◦ blue 63

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

Shades of Barossa #531F3F

Tints of Barossa #531F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.59%

R = 46.89%
G = 17.51%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#531F3F (or 0x531F3F) is known color: Barossa. HEX triplet: 53, 1F and 3F. RGB value is (83,31,63). Sum of RGB (Red+Green+Blue) = 83+31+63=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #531F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F3F is #ACE0C0. Grayscale: #323232. Windows color (decimal): -11329729 or 4136787. OLE color: 4136787.

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

Color convert

RGB 83 31 63 -
CMYK 0 0.63 0.24 0.67
HSL 323.08º 0.46% 0.22% -
HSV(B) 323.08º 0.63% 0.33% -
XYZ 4.95 3.18 5.05 -
YUV 50.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 83 31 63 0 0.63 0.24 0.67 323.08 0.46 0.22
Hex 53 1F 3F 0 3F 18 43 143 2E 16
Octal 123 37 77 0 77 30 103 503 56 26
Binary 1010011 11111 111111 0 111111 11000 1000011 101000011 101110 10110

Color Harmonies of #531F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F3F

Black with #531F3F

Text Example


Text Example

White with #531F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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