Html Css Color HEX #532133 Black Rose

📋 copy color: '#532133'

red 83 ◦ green 33 ◦ blue 51

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

Shades of Black Rose #532133

Tints of Black Rose #532133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.54%

R = 49.7%
G = 19.76%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#532133 (or 0x532133) is known color: Black Rose. HEX triplet: 53, 21 and 33. RGB value is (83,33,51). Sum of RGB (Red+Green+Blue) = 83+33+51=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #532133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532133 is #ACDECC. Grayscale: #313131. Windows color (decimal): -11329229 or 3350867. OLE color: 3350867.

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

Color convert

RGB 83 33 51 -
CMYK 0 0.60 0.39 0.67
HSL 338.4º 0.43% 0.23% -
HSV(B) 338.4º 0.6% 0.33% -
XYZ 4.71 3.17 3.49 -
YUV 50 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 83 33 51 0 0.60 0.39 0.67 338.4 0.43 0.23
Hex 53 21 33 0 3C 27 43 152 2B 17
Octal 123 41 63 0 74 47 103 522 53 27
Binary 1010011 100001 110011 0 111100 100111 1000011 101010010 101011 10111

Color Harmonies of #532133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532133

Black with #532133

Text Example


Text Example

White with #532133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532133; }

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

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

background-color css

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

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

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

border-color css

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

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

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