Html Css Color HEX #532330 Black Rose

📋 copy color: '#532330'

red 83 ◦ green 35 ◦ blue 48

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

Shades of Black Rose #532330

Tints of Black Rose #532330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.08%

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

R = 50%
G = 21.08%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#532330 (or 0x532330) is known color: Black Rose. HEX triplet: 53, 23 and 30. RGB value is (83,35,48). Sum of RGB (Red+Green+Blue) = 83+35+48=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #532330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532330 is #ACDCCF. Grayscale: #323232. Windows color (decimal): -11328720 or 3154771. OLE color: 3154771.

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

Color convert

RGB 83 35 48 -
CMYK 0 0.58 0.42 0.67
HSL 343.75º 0.41% 0.23% -
HSV(B) 343.75º 0.58% 0.33% -
XYZ 4.7 3.25 3.18 -
YUV 50.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 83 35 48 0 0.58 0.42 0.67 343.75 0.41 0.23
Hex 53 23 30 0 3A 2A 43 158 29 17
Octal 123 43 60 0 72 52 103 530 51 27
Binary 1010011 100011 110000 0 111010 101010 1000011 101011000 101001 10111

Color Harmonies of #532330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532330

Black with #532330

Text Example


Text Example

White with #532330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532330; }

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

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

background-color css

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

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

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

border-color css

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

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

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