Html Css Color HEX #532130 Black Rose

📋 copy color: '#532130'

red 83 ◦ green 33 ◦ blue 48

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

Shades of Black Rose #532130

Tints of Black Rose #532130

RGB

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

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

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

R = 50.61%
G = 20.12%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#532130 (or 0x532130) is known color: Black Rose. HEX triplet: 53, 21 and 30. RGB value is (83,33,48). Sum of RGB (Red+Green+Blue) = 83+33+48=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #532130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532130 is #ACDECF. Grayscale: #313131. Windows color (decimal): -11329232 or 3154259. OLE color: 3154259.

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

Color convert

RGB 83 33 48 -
CMYK 0 0.60 0.42 0.67
HSL 342º 0.43% 0.23% -
HSV(B) 342º 0.6% 0.33% -
XYZ 4.64 3.14 3.16 -
YUV 49.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 83 33 48 0 0.60 0.42 0.67 342 0.43 0.23
Hex 53 21 30 0 3C 2A 43 156 2B 17
Octal 123 41 60 0 74 52 103 526 53 27
Binary 1010011 100001 110000 0 111100 101010 1000011 101010110 101011 10111

Color Harmonies of #532130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532130

Black with #532130

Text Example


Text Example

White with #532130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532130; }

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

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

background-color css

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

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

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

border-color css

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

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

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