Html Css Color HEX #532034 Black Rose

📋 copy color: '#532034'

red 83 ◦ green 32 ◦ blue 52

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

Shades of Black Rose #532034

Tints of Black Rose #532034

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.16%

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 49.7%
G = 19.16%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#532034 (or 0x532034) is known color: Black Rose. HEX triplet: 53, 20 and 34. RGB value is (83,32,52). Sum of RGB (Red+Green+Blue) = 83+32+52=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #532034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532034 is #ACDFCB. Grayscale: #313131. Windows color (decimal): -11329484 or 3416147. OLE color: 3416147.

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

Color convert

RGB 83 32 52 -
CMYK 0 0.61 0.37 0.67
HSL 336.47º 0.44% 0.23% -
HSV(B) 336.47º 0.61% 0.33% -
XYZ 4.7 3.12 3.6 -
YUV 49.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 83 32 52 0 0.61 0.37 0.67 336.47 0.44 0.23
Hex 53 20 34 0 3D 25 43 150 2C 17
Octal 123 40 64 0 75 45 103 520 54 27
Binary 1010011 100000 110100 0 111101 100101 1000011 101010000 101100 10111

Color Harmonies of #532034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532034

Black with #532034

Text Example


Text Example

White with #532034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532034; }

 p { color: rgb(83,32,52); }

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

background-color css

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

 a { background-color: rgb(83,32,52); }

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

border-color css

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

 span { border-color: rgb(83,32,52); }

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