Html Css Color HEX #532730 Black Rose

📋 copy color: '#532730'

red 83 ◦ green 39 ◦ blue 48

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

Shades of Black Rose #532730

Tints of Black Rose #532730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.94%

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

R = 48.82%
G = 22.94%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#532730 (or 0x532730) is known color: Black Rose. HEX triplet: 53, 27 and 30. RGB value is (83,39,48). Sum of RGB (Red+Green+Blue) = 83+39+48=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #532730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532730 is #ACD8CF. Grayscale: #353535. Windows color (decimal): -11327696 or 3155795. OLE color: 3155795.

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

Color convert

RGB 83 39 48 -
CMYK 0 0.53 0.42 0.67
HSL 347.73º 0.36% 0.24% -
HSV(B) 347.73º 0.53% 0.33% -
XYZ 4.83 3.5 3.22 -
YUV 53.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 83 39 48 0 0.53 0.42 0.67 347.73 0.36 0.24
Hex 53 27 30 0 35 2A 43 15C 24 18
Octal 123 47 60 0 65 52 103 534 44 30
Binary 1010011 100111 110000 0 110101 101010 1000011 101011100 100100 11000

Color Harmonies of #532730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532730

Black with #532730

Text Example


Text Example

White with #532730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532730; }

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

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

background-color css

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

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

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

border-color css

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

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

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