Html Css Color HEX #532C43 Barossa

📋 copy color: '#532C43'

red 83 ◦ green 44 ◦ blue 67

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

Shades of Barossa #532C43

Tints of Barossa #532C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.54%

R = 42.78%
G = 22.68%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#532C43 (or 0x532C43) is known color: Barossa. HEX triplet: 53, 2C and 43. RGB value is (83,44,67). Sum of RGB (Red+Green+Blue) = 83+44+67=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #532C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C43 is #ACD3BC. Grayscale: #3A3A3A. Windows color (decimal): -11326397 or 4402259. OLE color: 4402259.

HSL color Cylindrical-coordinate representation of color #532C43: hue angle of 324.62º 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 #532C43 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 44 67 -
CMYK 0 0.47 0.19 0.67
HSL 324.62º 0.31% 0.25% -
HSV(B) 324.62º 0.47% 0.33% -
XYZ 5.48 4.05 5.8 -
YUV 58.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 83 44 67 0 0.47 0.19 0.67 324.62 0.31 0.25
Hex 53 2C 43 0 2F 13 43 145 1F 19
Octal 123 54 103 0 57 23 103 505 37 31
Binary 1010011 101100 1000011 0 101111 10011 1000011 101000101 11111 11001

Color Harmonies of #532C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C43

Black with #532C43

Text Example


Text Example

White with #532C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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