Html Css Color HEX #532030 Black Rose

📋 copy color: '#532030'

red 83 ◦ green 32 ◦ blue 48

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

Shades of Black Rose #532030

Tints of Black Rose #532030

RGB

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

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

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

R = 50.92%
G = 19.63%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#532030 (or 0x532030) is known color: Black Rose. HEX triplet: 53, 20 and 30. RGB value is (83,32,48). Sum of RGB (Red+Green+Blue) = 83+32+48=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #532030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532030 is #ACDFCF. Grayscale: #313131. Windows color (decimal): -11329488 or 3154003. OLE color: 3154003.

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

Color convert

RGB 83 32 48 -
CMYK 0 0.61 0.42 0.67
HSL 341.18º 0.44% 0.23% -
HSV(B) 341.18º 0.61% 0.33% -
XYZ 4.62 3.09 3.15 -
YUV 49.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 83 32 48 0 0.61 0.42 0.67 341.18 0.44 0.23
Hex 53 20 30 0 3D 2A 43 155 2C 17
Octal 123 40 60 0 75 52 103 525 54 27
Binary 1010011 100000 110000 0 111101 101010 1000011 101010101 101100 10111

Color Harmonies of #532030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532030

Black with #532030

Text Example


Text Example

White with #532030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532030; }

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

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

background-color css

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

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

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

border-color css

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

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

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