Html Css Color HEX #52323F Barossa

📋 copy color: '#52323F'

red 82 ◦ green 50 ◦ blue 63

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

Shades of Barossa #52323F

Tints of Barossa #52323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

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

R = 42.05%
G = 25.64%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52323F (or 0x52323F) is known color: Barossa. HEX triplet: 52, 32 and 3F. RGB value is (82,50,63). Sum of RGB (Red+Green+Blue) = 82+50+63=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52323F is #ADCDC0. Grayscale: #3D3D3D. Windows color (decimal): -11390401 or 4141650. OLE color: 4141650.

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

Color convert

RGB 82 50 63 -
CMYK 0 0.39 0.23 0.68
HSL 335.63º 0.24% 0.26% -
HSV(B) 335.63º 0.39% 0.32% -
XYZ 5.52 4.43 5.27 -
YUV 61.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 82 50 63 0 0.39 0.23 0.68 335.63 0.24 0.26
Hex 52 32 3F 0 27 17 44 150 18 1A
Octal 122 62 77 0 47 27 104 520 30 32
Binary 1010010 110010 111111 0 100111 10111 1000100 101010000 11000 11010

Color Harmonies of #52323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52323F

Black with #52323F

Text Example


Text Example

White with #52323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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