Html Css Color HEX #532741 Barossa

📋 copy color: '#532741'

red 83 ◦ green 39 ◦ blue 65

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

Shades of Barossa #532741

Tints of Barossa #532741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

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

R = 44.39%
G = 20.86%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#532741 (or 0x532741) is known color: Barossa. HEX triplet: 53, 27 and 41. RGB value is (83,39,65). Sum of RGB (Red+Green+Blue) = 83+39+65=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532741 is #ACD8BE. Grayscale: #373737. Windows color (decimal): -11327679 or 4269907. OLE color: 4269907.

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

Color convert

RGB 83 39 65 -
CMYK 0 0.53 0.22 0.67
HSL 324.55º 0.36% 0.24% -
HSV(B) 324.55º 0.53% 0.33% -
XYZ 5.25 3.67 5.43 -
YUV 55.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 83 39 65 0 0.53 0.22 0.67 324.55 0.36 0.24
Hex 53 27 41 0 35 16 43 145 24 18
Octal 123 47 101 0 65 26 103 505 44 30
Binary 1010011 100111 1000001 0 110101 10110 1000011 101000101 100100 11000

Color Harmonies of #532741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532741

Black with #532741

Text Example


Text Example

White with #532741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532741; }

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

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

background-color css

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

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

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

border-color css

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

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

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