Html Css Color HEX #532D43 Barossa

📋 copy color: '#532D43'

red 83 ◦ green 45 ◦ blue 67

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

Shades of Barossa #532D43

Tints of Barossa #532D43

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.08%

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

R = 42.56%
G = 23.08%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#532D43 (or 0x532D43) is known color: Barossa. HEX triplet: 53, 2D and 43. RGB value is (83,45,67). Sum of RGB (Red+Green+Blue) = 83+45+67=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #532D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D43 is #ACD2BC. Grayscale: #3A3A3A. Windows color (decimal): -11326141 or 4402515. OLE color: 4402515.

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

Color convert

RGB 83 45 67 -
CMYK 0 0.46 0.19 0.67
HSL 325.26º 0.3% 0.25% -
HSV(B) 325.26º 0.46% 0.33% -
XYZ 5.52 4.12 5.81 -
YUV 58.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 83 45 67 0 0.46 0.19 0.67 325.26 0.3 0.25
Hex 53 2D 43 0 2E 13 43 145 1E 19
Octal 123 55 103 0 56 23 103 505 36 31
Binary 1010011 101101 1000011 0 101110 10011 1000011 101000101 11110 11001

Color Harmonies of #532D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D43

Black with #532D43

Text Example


Text Example

White with #532D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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