Html Css Color HEX #532132 Black Rose

📋 copy color: '#532132'

red 83 ◦ green 33 ◦ blue 50

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

Shades of Black Rose #532132

Tints of Black Rose #532132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

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

R = 50%
G = 19.88%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#532132 (or 0x532132) is known color: Black Rose. HEX triplet: 53, 21 and 32. RGB value is (83,33,50). Sum of RGB (Red+Green+Blue) = 83+33+50=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #532132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532132 is #ACDECD. Grayscale: #313131. Windows color (decimal): -11329230 or 3285331. OLE color: 3285331.

HSL color Cylindrical-coordinate representation of color #532132: hue angle of 339.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532132 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 50 -
CMYK 0 0.60 0.40 0.67
HSL 339.6º 0.43% 0.23% -
HSV(B) 339.6º 0.6% 0.33% -
XYZ 4.69 3.16 3.38 -
YUV 49.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 83 33 50 0 0.60 0.40 0.67 339.6 0.43 0.23
Hex 53 21 32 0 3C 28 43 154 2B 17
Octal 123 41 62 0 74 50 103 524 53 27
Binary 1010011 100001 110010 0 111100 101000 1000011 101010100 101011 10111

Color Harmonies of #532132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532132

Black with #532132

Text Example


Text Example

White with #532132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532132; }

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

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

background-color css

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

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

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

border-color css

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

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

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