Html Css Color HEX #532441 Barossa

📋 copy color: '#532441'

red 83 ◦ green 36 ◦ blue 65

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

Shades of Barossa #532441

Tints of Barossa #532441

RGB

 RED value IS 83 (32.81% from 255) = 45.11%

 GREEN value IS 36 (14.45% from 255) = 19.57%

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 45.11%
G = 19.57%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#532441 (or 0x532441) is known color: Barossa. HEX triplet: 53, 24 and 41. RGB value is (83,36,65). Sum of RGB (Red+Green+Blue) = 83+36+65=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #532441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532441 is #ACDBBE. Grayscale: #353535. Windows color (decimal): -11328447 or 4269139. OLE color: 4269139.

HSL color Cylindrical-coordinate representation of color #532441: hue angle of 322.98º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532441 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 65 -
CMYK 0 0.57 0.22 0.67
HSL 322.98º 0.39% 0.23% -
HSV(B) 322.98º 0.57% 0.33% -
XYZ 5.15 3.48 5.4 -
YUV 53.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 83 36 65 0 0.57 0.22 0.67 322.98 0.39 0.23
Hex 53 24 41 0 39 16 43 143 27 17
Octal 123 44 101 0 71 26 103 503 47 27
Binary 1010011 100100 1000001 0 111001 10110 1000011 101000011 100111 10111

Color Harmonies of #532441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532441

Black with #532441

Text Example


Text Example

White with #532441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532441; }

 p { color: rgb(83,36,65); }

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

background-color css

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

 a { background-color: rgb(83,36,65); }

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

border-color css

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

 span { border-color: rgb(83,36,65); }

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