Html Css Color HEX #532535 Black Rose

📋 copy color: '#532535'

red 83 ◦ green 37 ◦ blue 53

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

Shades of Black Rose #532535

Tints of Black Rose #532535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

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

R = 47.98%
G = 21.39%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#532535 (or 0x532535) is known color: Black Rose. HEX triplet: 53, 25 and 35. RGB value is (83,37,53). Sum of RGB (Red+Green+Blue) = 83+37+53=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #532535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532535 is #ACDACA. Grayscale: #343434. Windows color (decimal): -11328203 or 3482963. OLE color: 3482963.

HSL color Cylindrical-coordinate representation of color #532535: hue angle of 339.13º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #532535 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 53 -
CMYK 0 0.55 0.36 0.67
HSL 339.13º 0.38% 0.24% -
HSV(B) 339.13º 0.55% 0.33% -
XYZ 4.87 3.42 3.77 -
YUV 52.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 83 37 53 0 0.55 0.36 0.67 339.13 0.38 0.24
Hex 53 25 35 0 37 24 43 153 26 18
Octal 123 45 65 0 67 44 103 523 46 30
Binary 1010011 100101 110101 0 110111 100100 1000011 101010011 100110 11000

Color Harmonies of #532535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532535

Black with #532535

Text Example


Text Example

White with #532535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532535; }

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

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

background-color css

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

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

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

border-color css

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

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

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