Html Css Color HEX #532135 Black Rose

📋 copy color: '#532135'

red 83 ◦ green 33 ◦ blue 53

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

Shades of Black Rose #532135

Tints of Black Rose #532135

RGB

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

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

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

R = 49.11%
G = 19.53%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#532135 (or 0x532135) is known color: Black Rose. HEX triplet: 53, 21 and 35. RGB value is (83,33,53). Sum of RGB (Red+Green+Blue) = 83+33+53=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #532135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532135 is #ACDECA. Grayscale: #323232. Windows color (decimal): -11329227 or 3481939. OLE color: 3481939.

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

Color convert

RGB 83 33 53 -
CMYK 0 0.60 0.36 0.67
HSL 336º 0.43% 0.23% -
HSV(B) 336º 0.6% 0.33% -
XYZ 4.75 3.18 3.73 -
YUV 50.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 83 33 53 0 0.60 0.36 0.67 336 0.43 0.23
Hex 53 21 35 0 3C 24 43 150 2B 17
Octal 123 41 65 0 74 44 103 520 53 27
Binary 1010011 100001 110101 0 111100 100100 1000011 101010000 101011 10111

Color Harmonies of #532135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532135

Black with #532135

Text Example


Text Example

White with #532135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532135; }

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

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

background-color css

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

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

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

border-color css

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

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

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