Html Css Color HEX #52242C Black Rose

📋 copy color: '#52242C'

red 82 ◦ green 36 ◦ blue 44

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

Shades of Black Rose #52242C

Tints of Black Rose #52242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.22%

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

R = 50.62%
G = 22.22%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#52242C (or 0x52242C) is known color: Black Rose. HEX triplet: 52, 24 and 2C. RGB value is (82,36,44). Sum of RGB (Red+Green+Blue) = 82+36+44=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52242C is #ADDBD3. Grayscale: #323232. Windows color (decimal): -11394004 or 2892882. OLE color: 2892882.

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

Color convert

RGB 82 36 44 -
CMYK 0 0.56 0.46 0.68
HSL 349.57º 0.39% 0.23% -
HSV(B) 349.57º 0.56% 0.32% -
XYZ 4.57 3.24 2.77 -
YUV 50.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 82 36 44 0 0.56 0.46 0.68 349.57 0.39 0.23
Hex 52 24 2C 0 38 2E 44 15E 27 17
Octal 122 44 54 0 70 56 104 536 47 27
Binary 1010010 100100 101100 0 111000 101110 1000100 101011110 100111 10111

Color Harmonies of #52242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52242C

Black with #52242C

Text Example


Text Example

White with #52242C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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