Html Css Color HEX #52283E Barossa

📋 copy color: '#52283E'

red 82 ◦ green 40 ◦ blue 62

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

Shades of Barossa #52283E

Tints of Barossa #52283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.74%

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

R = 44.57%
G = 21.74%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#52283E (or 0x52283E) is known color: Barossa. HEX triplet: 52, 28 and 3E. RGB value is (82,40,62). Sum of RGB (Red+Green+Blue) = 82+40+62=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #52283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52283E is #ADD7C1. Grayscale: #373737. Windows color (decimal): -11392962 or 4073554. OLE color: 4073554.

HSL color Cylindrical-coordinate representation of color #52283E: hue angle of 328.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52283E is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 40 62 -
CMYK 0 0.51 0.24 0.68
HSL 328.57º 0.34% 0.24% -
HSV(B) 328.57º 0.51% 0.32% -
XYZ 5.11 3.66 4.99 -
YUV 55.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 82 40 62 0 0.51 0.24 0.68 328.57 0.34 0.24
Hex 52 28 3E 0 33 18 44 149 22 18
Octal 122 50 76 0 63 30 104 511 42 30
Binary 1010010 101000 111110 0 110011 11000 1000100 101001001 100010 11000

Color Harmonies of #52283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52283E

Black with #52283E

Text Example


Text Example

White with #52283E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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