Html Css Color HEX #532440 Barossa

📋 copy color: '#532440'

red 83 ◦ green 36 ◦ blue 64

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

Shades of Barossa #532440

Tints of Barossa #532440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.97%

R = 45.36%
G = 19.67%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#532440 (or 0x532440) is known color: Barossa. HEX triplet: 53, 24 and 40. RGB value is (83,36,64). Sum of RGB (Red+Green+Blue) = 83+36+64=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #532440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532440 is #ACDBBF. Grayscale: #353535. Windows color (decimal): -11328448 or 4203603. OLE color: 4203603.

HSL color Cylindrical-coordinate representation of color #532440: hue angle of 324.26º 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 #532440 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 36 64 -
CMYK 0 0.57 0.23 0.67
HSL 324.26º 0.39% 0.23% -
HSV(B) 324.26º 0.57% 0.33% -
XYZ 5.12 3.47 5.25 -
YUV 53.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 83 36 64 0 0.57 0.23 0.67 324.26 0.39 0.23
Hex 53 24 40 0 39 17 43 144 27 17
Octal 123 44 100 0 71 27 103 504 47 27
Binary 1010011 100100 1000000 0 111001 10111 1000011 101000100 100111 10111

Color Harmonies of #532440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532440

Black with #532440

Text Example


Text Example

White with #532440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532440; }

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

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

background-color css

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

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

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

border-color css

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

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

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