Html Css Color HEX #52313F Barossa

📋 copy color: '#52313F'

red 82 ◦ green 49 ◦ blue 63

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

Shades of Barossa #52313F

Tints of Barossa #52313F

RGB

 RED value IS 82 (32.42% from 255) = 42.27%

 GREEN value IS 49 (19.53% from 255) = 25.26%

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

R = 42.27%
G = 25.26%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52313F (or 0x52313F) is known color: Barossa. HEX triplet: 52, 31 and 3F. RGB value is (82,49,63). Sum of RGB (Red+Green+Blue) = 82+49+63=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #52313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52313F is #ADCEC0. Grayscale: #3C3C3C. Windows color (decimal): -11390657 or 4141394. OLE color: 4141394.

HSL color Cylindrical-coordinate representation of color #52313F: hue angle of 334.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52313F is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 63 -
CMYK 0 0.40 0.23 0.68
HSL 334.55º 0.25% 0.26% -
HSV(B) 334.55º 0.4% 0.32% -
XYZ 5.48 4.35 5.25 -
YUV 60.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 82 49 63 0 0.40 0.23 0.68 334.55 0.25 0.26
Hex 52 31 3F 0 28 17 44 14F 19 1A
Octal 122 61 77 0 50 27 104 517 31 32
Binary 1010010 110001 111111 0 101000 10111 1000100 101001111 11001 11010

Color Harmonies of #52313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52313F

Black with #52313F

Text Example


Text Example

White with #52313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52313F; }

 p { color: rgb(82,49,63); }

 H1.HeaderClassName
 {
   color: #52313F;
 }
 .AnyTagClassName
 {
   color: #52313F;
 }
</style>

background-color css

<style>
 a { background-color: #52313F; }

 a { background-color: rgb(82,49,63); }

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

border-color css

<style>
 span { border-color: #52313F; }

 span { border-color: rgb(82,49,63); }

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