Html Css Color HEX #52313E Barossa

📋 copy color: '#52313E'

red 82 ◦ green 49 ◦ blue 62

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

Shades of Barossa #52313E

Tints of Barossa #52313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.12%

R = 42.49%
G = 25.39%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#52313E (or 0x52313E) is known color: Barossa. HEX triplet: 52, 31 and 3E. RGB value is (82,49,62). Sum of RGB (Red+Green+Blue) = 82+49+62=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52313E is #ADCEC1. Grayscale: #3C3C3C. Windows color (decimal): -11390658 or 4075858. OLE color: 4075858.

HSL color Cylindrical-coordinate representation of color #52313E: hue angle of 336.36º 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 #52313E is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 62 -
CMYK 0 0.40 0.24 0.68
HSL 336.36º 0.25% 0.26% -
HSV(B) 336.36º 0.4% 0.32% -
XYZ 5.45 4.34 5.11 -
YUV 60.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 82 49 62 0 0.40 0.24 0.68 336.36 0.25 0.26
Hex 52 31 3E 0 28 18 44 150 19 1A
Octal 122 61 76 0 50 30 104 520 31 32
Binary 1010010 110001 111110 0 101000 11000 1000100 101010000 11001 11010

Color Harmonies of #52313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52313E

Black with #52313E

Text Example


Text Example

White with #52313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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