Html Css Color HEX #532640 Barossa

📋 copy color: '#532640'

red 83 ◦ green 38 ◦ blue 64

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

Shades of Barossa #532640

Tints of Barossa #532640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 44.86%
G = 20.54%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#532640 (or 0x532640) is known color: Barossa. HEX triplet: 53, 26 and 40. RGB value is (83,38,64). Sum of RGB (Red+Green+Blue) = 83+38+64=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #532640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532640 is #ACD9BF. Grayscale: #363636. Windows color (decimal): -11327936 or 4204115. OLE color: 4204115.

HSL color Cylindrical-coordinate representation of color #532640: hue angle of 325.33º 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 #532640 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 38 64 -
CMYK 0 0.54 0.23 0.67
HSL 325.33º 0.37% 0.24% -
HSV(B) 325.33º 0.54% 0.33% -
XYZ 5.19 3.6 5.27 -
YUV 54.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 83 38 64 0 0.54 0.23 0.67 325.33 0.37 0.24
Hex 53 26 40 0 36 17 43 145 25 18
Octal 123 46 100 0 66 27 103 505 45 30
Binary 1010011 100110 1000000 0 110110 10111 1000011 101000101 100101 11000

Color Harmonies of #532640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532640

Black with #532640

Text Example


Text Example

White with #532640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532640; }

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

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

background-color css

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

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

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

border-color css

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

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

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