Html Css Color HEX #52283F Barossa

📋 copy color: '#52283F'

red 82 ◦ green 40 ◦ blue 63

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

Shades of Barossa #52283F

Tints of Barossa #52283F

RGB

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

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

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

R = 44.32%
G = 21.62%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52283F (or 0x52283F) is known color: Barossa. HEX triplet: 52, 28 and 3F. RGB value is (82,40,63). Sum of RGB (Red+Green+Blue) = 82+40+63=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #52283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52283F is #ADD7C0. Grayscale: #373737. Windows color (decimal): -11392961 or 4139090. OLE color: 4139090.

HSL color Cylindrical-coordinate representation of color #52283F: hue angle of 327.14º 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 #52283F is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 40 63 -
CMYK 0 0.51 0.23 0.68
HSL 327.14º 0.34% 0.24% -
HSV(B) 327.14º 0.51% 0.32% -
XYZ 5.14 3.67 5.14 -
YUV 55.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 82 40 63 0 0.51 0.23 0.68 327.14 0.34 0.24
Hex 52 28 3F 0 33 17 44 147 22 18
Octal 122 50 77 0 63 27 104 507 42 30
Binary 1010010 101000 111111 0 110011 10111 1000100 101000111 100010 11000

Color Harmonies of #52283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52283F

Black with #52283F

Text Example


Text Example

White with #52283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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