Html Css Color HEX #532932 Black Rose

📋 copy color: '#532932'

red 83 ◦ green 41 ◦ blue 50

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

Shades of Black Rose #532932

Tints of Black Rose #532932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.56%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 47.7%
G = 23.56%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#532932 (or 0x532932) is known color: Black Rose. HEX triplet: 53, 29 and 32. RGB value is (83,41,50). Sum of RGB (Red+Green+Blue) = 83+41+50=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #532932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532932 is #ACD6CD. Grayscale: #363636. Windows color (decimal): -11327182 or 3287379. OLE color: 3287379.

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

Color convert

RGB 83 41 50 -
CMYK 0 0.51 0.40 0.67
HSL 347.14º 0.34% 0.24% -
HSV(B) 347.14º 0.51% 0.33% -
XYZ 4.94 3.66 3.46 -
YUV 54.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 83 41 50 0 0.51 0.40 0.67 347.14 0.34 0.24
Hex 53 29 32 0 33 28 43 15B 22 18
Octal 123 51 62 0 63 50 103 533 42 30
Binary 1010011 101001 110010 0 110011 101000 1000011 101011011 100010 11000

Color Harmonies of #532932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532932

Black with #532932

Text Example


Text Example

White with #532932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532932; }

 p { color: rgb(83,41,50); }

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

background-color css

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

 a { background-color: rgb(83,41,50); }

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

border-color css

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

 span { border-color: rgb(83,41,50); }

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