Html Css Color HEX #532035 Black Rose

📋 copy color: '#532035'

red 83 ◦ green 32 ◦ blue 53

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

Shades of Black Rose #532035

Tints of Black Rose #532035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.55%

R = 49.4%
G = 19.05%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#532035 (or 0x532035) is known color: Black Rose. HEX triplet: 53, 20 and 35. RGB value is (83,32,53). Sum of RGB (Red+Green+Blue) = 83+32+53=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #532035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532035 is #ACDFCA. Grayscale: #313131. Windows color (decimal): -11329483 or 3481683. OLE color: 3481683.

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

Color convert

RGB 83 32 53 -
CMYK 0 0.61 0.36 0.67
HSL 335.29º 0.44% 0.23% -
HSV(B) 335.29º 0.61% 0.33% -
XYZ 4.73 3.13 3.72 -
YUV 49.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 83 32 53 0 0.61 0.36 0.67 335.29 0.44 0.23
Hex 53 20 35 0 3D 24 43 14F 2C 17
Octal 123 40 65 0 75 44 103 517 54 27
Binary 1010011 100000 110101 0 111101 100100 1000011 101001111 101100 10111

Color Harmonies of #532035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532035

Black with #532035

Text Example


Text Example

White with #532035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532035; }

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

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

background-color css

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

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

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

border-color css

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

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

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