Html Css Color HEX #532331 Black Rose

📋 copy color: '#532331'

red 83 ◦ green 35 ◦ blue 49

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

Shades of Black Rose #532331

Tints of Black Rose #532331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.96%

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

R = 49.7%
G = 20.96%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#532331 (or 0x532331) is known color: Black Rose. HEX triplet: 53, 23 and 31. RGB value is (83,35,49). Sum of RGB (Red+Green+Blue) = 83+35+49=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #532331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532331 is #ACDCCE. Grayscale: #323232. Windows color (decimal): -11328719 or 3220307. OLE color: 3220307.

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

Color convert

RGB 83 35 49 -
CMYK 0 0.58 0.41 0.67
HSL 342.5º 0.41% 0.23% -
HSV(B) 342.5º 0.58% 0.33% -
XYZ 4.72 3.26 3.29 -
YUV 50.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 83 35 49 0 0.58 0.41 0.67 342.5 0.41 0.23
Hex 53 23 31 0 3A 29 43 156 29 17
Octal 123 43 61 0 72 51 103 526 51 27
Binary 1010011 100011 110001 0 111010 101001 1000011 101010110 101001 10111

Color Harmonies of #532331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532331

Black with #532331

Text Example


Text Example

White with #532331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532331; }

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

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

background-color css

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

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

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

border-color css

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

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

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