Html Css Color HEX #532137 Black Rose

📋 copy color: '#532137'

red 83 ◦ green 33 ◦ blue 55

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

Shades of Black Rose #532137

Tints of Black Rose #532137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.16%

R = 48.54%
G = 19.3%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#532137 (or 0x532137) is known color: Black Rose. HEX triplet: 53, 21 and 37. RGB value is (83,33,55). Sum of RGB (Red+Green+Blue) = 83+33+55=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #532137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532137 is #ACDEC8. Grayscale: #323232. Windows color (decimal): -11329225 or 3613011. OLE color: 3613011.

HSL color Cylindrical-coordinate representation of color #532137: hue angle of 333.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 #532137 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 55 -
CMYK 0 0.60 0.34 0.67
HSL 333.6º 0.43% 0.23% -
HSV(B) 333.6º 0.6% 0.33% -
XYZ 4.8 3.2 3.98 -
YUV 50.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 83 33 55 0 0.60 0.34 0.67 333.6 0.43 0.23
Hex 53 21 37 0 3C 22 43 14E 2B 17
Octal 123 41 67 0 74 42 103 516 53 27
Binary 1010011 100001 110111 0 111100 100010 1000011 101001110 101011 10111

Color Harmonies of #532137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532137

Black with #532137

Text Example


Text Example

White with #532137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532137; }

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

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

background-color css

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

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

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

border-color css

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

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

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