Html Css Color HEX #532C3D Barossa

📋 copy color: '#532C3D'

red 83 ◦ green 44 ◦ blue 61

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

Shades of Barossa #532C3D

Tints of Barossa #532C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.45%

R = 44.15%
G = 23.4%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#532C3D (or 0x532C3D) is known color: Barossa. HEX triplet: 53, 2C and 3D. RGB value is (83,44,61). Sum of RGB (Red+Green+Blue) = 83+44+61=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C3D is #ACD3C2. Grayscale: #393939. Windows color (decimal): -11326403 or 4009043. OLE color: 4009043.

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

Color convert

RGB 83 44 61 -
CMYK 0 0.47 0.27 0.67
HSL 333.85º 0.31% 0.25% -
HSV(B) 333.85º 0.47% 0.33% -
XYZ 5.31 3.98 4.9 -
YUV 57.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 83 44 61 0 0.47 0.27 0.67 333.85 0.31 0.25
Hex 53 2C 3D 0 2F 1B 43 14E 1F 19
Octal 123 54 75 0 57 33 103 516 37 31
Binary 1010011 101100 111101 0 101111 11011 1000011 101001110 11111 11001

Color Harmonies of #532C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C3D

Black with #532C3D

Text Example


Text Example

White with #532C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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