Html Css Color HEX #532530 Black Rose

📋 copy color: '#532530'

red 83 ◦ green 37 ◦ blue 48

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

Shades of Black Rose #532530

Tints of Black Rose #532530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 49.4%
G = 22.02%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#532530 (or 0x532530) is known color: Black Rose. HEX triplet: 53, 25 and 30. RGB value is (83,37,48). Sum of RGB (Red+Green+Blue) = 83+37+48=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #532530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532530 is #ACDACF. Grayscale: #343434. Windows color (decimal): -11328208 or 3155283. OLE color: 3155283.

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

Color convert

RGB 83 37 48 -
CMYK 0 0.55 0.42 0.67
HSL 345.65º 0.38% 0.24% -
HSV(B) 345.65º 0.55% 0.33% -
XYZ 4.76 3.38 3.2 -
YUV 52.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 83 37 48 0 0.55 0.42 0.67 345.65 0.38 0.24
Hex 53 25 30 0 37 2A 43 15A 26 18
Octal 123 45 60 0 67 52 103 532 46 30
Binary 1010011 100101 110000 0 110111 101010 1000011 101011010 100110 11000

Color Harmonies of #532530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532530

Black with #532530

Text Example


Text Example

White with #532530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532530; }

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

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

background-color css

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

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

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

border-color css

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

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

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