Html Css Color HEX #52232C Black Rose

📋 copy color: '#52232C'

red 82 ◦ green 35 ◦ blue 44

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

Shades of Black Rose #52232C

Tints of Black Rose #52232C

RGB

 RED value IS 82 (32.42% from 255) = 50.93%

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

 BLUE value IS 44 (17.58% from 255) = 27.33%

R = 50.93%
G = 21.74%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#52232C (or 0x52232C) is known color: Black Rose. HEX triplet: 52, 23 and 2C. RGB value is (82,35,44). Sum of RGB (Red+Green+Blue) = 82+35+44=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52232C is #ADDCD3. Grayscale: #323232. Windows color (decimal): -11394260 or 2892626. OLE color: 2892626.

HSL color Cylindrical-coordinate representation of color #52232C: hue angle of 348.51º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52232C is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 35 44 -
CMYK 0 0.57 0.46 0.68
HSL 348.51º 0.4% 0.23% -
HSV(B) 348.51º 0.57% 0.32% -
XYZ 4.54 3.18 2.76 -
YUV 50.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 82 35 44 0 0.57 0.46 0.68 348.51 0.4 0.23
Hex 52 23 2C 0 39 2E 44 15D 28 17
Octal 122 43 54 0 71 56 104 535 50 27
Binary 1010010 100011 101100 0 111001 101110 1000100 101011101 101000 10111

Color Harmonies of #52232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52232C

Black with #52232C

Text Example


Text Example

White with #52232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52232C; }

 p { color: rgb(82,35,44); }

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

background-color css

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

 a { background-color: rgb(82,35,44); }

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

border-color css

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

 span { border-color: rgb(82,35,44); }

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