Html Css Color HEX #532641 Barossa

📋 copy color: '#532641'

red 83 ◦ green 38 ◦ blue 65

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

Shades of Barossa #532641

Tints of Barossa #532641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.43%

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 44.62%
G = 20.43%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#532641 (or 0x532641) is known color: Barossa. HEX triplet: 53, 26 and 41. RGB value is (83,38,65). Sum of RGB (Red+Green+Blue) = 83+38+65=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #532641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532641 is #ACD9BE. Grayscale: #363636. Windows color (decimal): -11327935 or 4269651. OLE color: 4269651.

HSL color Cylindrical-coordinate representation of color #532641: hue angle of 324º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #532641 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 38 65 -
CMYK 0 0.54 0.22 0.67
HSL 324º 0.37% 0.24% -
HSV(B) 324º 0.54% 0.33% -
XYZ 5.21 3.61 5.42 -
YUV 54.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 83 38 65 0 0.54 0.22 0.67 324 0.37 0.24
Hex 53 26 41 0 36 16 43 144 25 18
Octal 123 46 101 0 66 26 103 504 45 30
Binary 1010011 100110 1000001 0 110110 10110 1000011 101000100 100101 11000

Color Harmonies of #532641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532641

Black with #532641

Text Example


Text Example

White with #532641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532641; }

 p { color: rgb(83,38,65); }

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

background-color css

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

 a { background-color: rgb(83,38,65); }

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

border-color css

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

 span { border-color: rgb(83,38,65); }

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