Html Css Color HEX #532B3E Barossa

📋 copy color: '#532B3E'

red 83 ◦ green 43 ◦ blue 62

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

Shades of Barossa #532B3E

Tints of Barossa #532B3E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.87%

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

R = 44.15%
G = 22.87%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#532B3E (or 0x532B3E) is known color: Barossa. HEX triplet: 53, 2B and 3E. RGB value is (83,43,62). Sum of RGB (Red+Green+Blue) = 83+43+62=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B3E is #ACD4C1. Grayscale: #393939. Windows color (decimal): -11326658 or 4074323. OLE color: 4074323.

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

Color convert

RGB 83 43 62 -
CMYK 0 0.48 0.25 0.67
HSL 331.5º 0.32% 0.25% -
HSV(B) 331.5º 0.48% 0.33% -
XYZ 5.3 3.91 5.03 -
YUV 57.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 83 43 62 0 0.48 0.25 0.67 331.5 0.32 0.25
Hex 53 2B 3E 0 30 19 43 14C 20 19
Octal 123 53 76 0 60 31 103 514 40 31
Binary 1010011 101011 111110 0 110000 11001 1000011 101001100 100000 11001

Color Harmonies of #532B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B3E

Black with #532B3E

Text Example


Text Example

White with #532B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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