Html Css Color HEX #52253F Barossa

📋 copy color: '#52253F'

red 82 ◦ green 37 ◦ blue 63

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

Shades of Barossa #52253F

Tints of Barossa #52253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.33%

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

R = 45.05%
G = 20.33%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52253F (or 0x52253F) is known color: Barossa. HEX triplet: 52, 25 and 3F. RGB value is (82,37,63). Sum of RGB (Red+Green+Blue) = 82+37+63=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52253F is #ADDAC0. Grayscale: #353535. Windows color (decimal): -11393729 or 4138322. OLE color: 4138322.

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

Color convert

RGB 82 37 63 -
CMYK 0 0.55 0.23 0.68
HSL 325.33º 0.38% 0.23% -
HSV(B) 325.33º 0.55% 0.32% -
XYZ 5.04 3.48 5.11 -
YUV 53.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 82 37 63 0 0.55 0.23 0.68 325.33 0.38 0.23
Hex 52 25 3F 0 37 17 44 145 26 17
Octal 122 45 77 0 67 27 104 505 46 27
Binary 1010010 100101 111111 0 110111 10111 1000100 101000101 100110 10111

Color Harmonies of #52253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52253F

Black with #52253F

Text Example


Text Example

White with #52253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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