Html Css Color HEX #532A3E Barossa

📋 copy color: '#532A3E'

red 83 ◦ green 42 ◦ blue 62

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

Shades of Barossa #532A3E

Tints of Barossa #532A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.46%

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 44.39%
G = 22.46%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#532A3E (or 0x532A3E) is known color: Barossa. HEX triplet: 53, 2A and 3E. RGB value is (83,42,62). Sum of RGB (Red+Green+Blue) = 83+42+62=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A3E is #ACD5C1. Grayscale: #383838. Windows color (decimal): -11326914 or 4074067. OLE color: 4074067.

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

Color convert

RGB 83 42 62 -
CMYK 0 0.49 0.25 0.67
HSL 330.73º 0.33% 0.25% -
HSV(B) 330.73º 0.49% 0.33% -
XYZ 5.26 3.84 5.02 -
YUV 56.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 83 42 62 0 0.49 0.25 0.67 330.73 0.33 0.25
Hex 53 2A 3E 0 31 19 43 14B 21 19
Octal 123 52 76 0 61 31 103 513 41 31
Binary 1010011 101010 111110 0 110001 11001 1000011 101001011 100001 11001

Color Harmonies of #532A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532A3E

Black with #532A3E

Text Example


Text Example

White with #532A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,42,62); }

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

background-color css

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

 a { background-color: rgb(83,42,62); }

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

border-color css

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

 span { border-color: rgb(83,42,62); }

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