Html Css Color HEX #532131 Black Rose

📋 copy color: '#532131'

red 83 ◦ green 33 ◦ blue 49

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

Shades of Black Rose #532131

Tints of Black Rose #532131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 50.3%
G = 20%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#532131 (or 0x532131) is known color: Black Rose. HEX triplet: 53, 21 and 31. RGB value is (83,33,49). Sum of RGB (Red+Green+Blue) = 83+33+49=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #532131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532131 is #ACDECE. Grayscale: #313131. Windows color (decimal): -11329231 or 3219795. OLE color: 3219795.

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

Color convert

RGB 83 33 49 -
CMYK 0 0.60 0.41 0.67
HSL 340.8º 0.43% 0.23% -
HSV(B) 340.8º 0.6% 0.33% -
XYZ 4.67 3.15 3.27 -
YUV 49.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 83 33 49 0 0.60 0.41 0.67 340.8 0.43 0.23
Hex 53 21 31 0 3C 29 43 155 2B 17
Octal 123 41 61 0 74 51 103 525 53 27
Binary 1010011 100001 110001 0 111100 101001 1000011 101010101 101011 10111

Color Harmonies of #532131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532131

Black with #532131

Text Example


Text Example

White with #532131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532131; }

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

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

background-color css

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

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

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

border-color css

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

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

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