Html Css Color HEX #532C40 Barossa

📋 copy color: '#532C40'

red 83 ◦ green 44 ◦ blue 64

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

Shades of Barossa #532C40

Tints of Barossa #532C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.04%

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

R = 43.46%
G = 23.04%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#532C40 (or 0x532C40) is known color: Barossa. HEX triplet: 53, 2C and 40. RGB value is (83,44,64). Sum of RGB (Red+Green+Blue) = 83+44+64=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #532C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C40 is #ACD3BF. Grayscale: #393939. Windows color (decimal): -11326400 or 4205651. OLE color: 4205651.

HSL color Cylindrical-coordinate representation of color #532C40: hue angle of 329.23º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C40 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 44 64 -
CMYK 0 0.47 0.23 0.67
HSL 329.23º 0.31% 0.25% -
HSV(B) 329.23º 0.47% 0.33% -
XYZ 5.39 4.01 5.34 -
YUV 57.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 83 44 64 0 0.47 0.23 0.67 329.23 0.31 0.25
Hex 53 2C 40 0 2F 17 43 149 1F 19
Octal 123 54 100 0 57 27 103 511 37 31
Binary 1010011 101100 1000000 0 101111 10111 1000011 101001001 11111 11001

Color Harmonies of #532C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C40

Black with #532C40

Text Example


Text Example

White with #532C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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