Html Css Color HEX #52293C Barossa

📋 copy color: '#52293C'

red 82 ◦ green 41 ◦ blue 60

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

Shades of Barossa #52293C

Tints of Barossa #52293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.4%

 BLUE value IS 60 (23.83% from 255) = 32.79%

R = 44.81%
G = 22.4%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52293C (or 0x52293C) is known color: Barossa. HEX triplet: 52, 29 and 3C. RGB value is (82,41,60). Sum of RGB (Red+Green+Blue) = 82+41+60=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52293C is #ADD6C3. Grayscale: #373737. Windows color (decimal): -11392708 or 3942738. OLE color: 3942738.

HSL color Cylindrical-coordinate representation of color #52293C: hue angle of 332.2º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52293C is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 60 -
CMYK 0 0.50 0.27 0.68
HSL 332.2º 0.33% 0.24% -
HSV(B) 332.2º 0.5% 0.32% -
XYZ 5.09 3.71 4.72 -
YUV 55.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 82 41 60 0 0.50 0.27 0.68 332.2 0.33 0.24
Hex 52 29 3C 0 32 1B 44 14C 21 18
Octal 122 51 74 0 62 33 104 514 41 30
Binary 1010010 101001 111100 0 110010 11011 1000100 101001100 100001 11000

Color Harmonies of #52293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52293C

Black with #52293C

Text Example


Text Example

White with #52293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52293C; }

 p { color: rgb(82,41,60); }

 H1.HeaderClassName
 {
   color: #52293C;
 }
 .AnyTagClassName
 {
   color: #52293C;
 }
</style>

background-color css

<style>
 a { background-color: #52293C; }

 a { background-color: rgb(82,41,60); }

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

border-color css

<style>
 span { border-color: #52293C; }

 span { border-color: rgb(82,41,60); }

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