Html Css Color HEX #532536 Black Rose

📋 copy color: '#532536'

red 83 ◦ green 37 ◦ blue 54

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

Shades of Black Rose #532536

Tints of Black Rose #532536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.26%

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 47.7%
G = 21.26%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#532536 (or 0x532536) is known color: Black Rose. HEX triplet: 53, 25 and 36. RGB value is (83,37,54). Sum of RGB (Red+Green+Blue) = 83+37+54=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #532536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532536 is #ACDAC9. Grayscale: #343434. Windows color (decimal): -11328202 or 3548499. OLE color: 3548499.

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

Color convert

RGB 83 37 54 -
CMYK 0 0.55 0.35 0.67
HSL 337.83º 0.38% 0.24% -
HSV(B) 337.83º 0.55% 0.33% -
XYZ 4.89 3.43 3.89 -
YUV 52.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 83 37 54 0 0.55 0.35 0.67 337.83 0.38 0.24
Hex 53 25 36 0 37 23 43 152 26 18
Octal 123 45 66 0 67 43 103 522 46 30
Binary 1010011 100101 110110 0 110111 100011 1000011 101010010 100110 11000

Color Harmonies of #532536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532536

Black with #532536

Text Example


Text Example

White with #532536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532536; }

 p { color: rgb(83,37,54); }

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

background-color css

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

 a { background-color: rgb(83,37,54); }

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

border-color css

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

 span { border-color: rgb(83,37,54); }

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