Html Css Color HEX #4F2332 Black Rose

📋 copy color: '#4F2332'

red 79 ◦ green 35 ◦ blue 50

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

Shades of Black Rose #4F2332

Tints of Black Rose #4F2332

RGB

 RED value IS 79 (31.25% from 255) = 48.17%

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

 BLUE value IS 50 (19.92% from 255) = 30.49%

R = 48.17%
G = 21.34%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#4F2332 (or 0x4F2332) is known color: Black Rose. HEX triplet: 4F, 23 and 32. RGB value is (79,35,50). Sum of RGB (Red+Green+Blue) = 79+35+50=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2332 is #B0DCCD. Grayscale: #313131. Windows color (decimal): -11590862 or 3285839. OLE color: 3285839.

HSL color Cylindrical-coordinate representation of color #4F2332: hue angle of 339.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2332 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 35 50 -
CMYK 0 0.56 0.37 0.69
HSL 339.55º 0.39% 0.22% -
HSV(B) 339.55º 0.56% 0.31% -
XYZ 4.4 3.09 3.38 -
YUV 49.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 79 35 50 0 0.56 0.37 0.69 339.55 0.39 0.22
Hex 4F 23 32 0 38 25 45 154 27 16
Octal 117 43 62 0 70 45 105 524 47 26
Binary 1001111 100011 110010 0 111000 100101 1000101 101010100 100111 10110

Color Harmonies of #4F2332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2332

Black with #4F2332

Text Example


Text Example

White with #4F2332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F2332; }

 p { color: rgb(79,35,50); }

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

background-color css

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

 a { background-color: rgb(79,35,50); }

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

border-color css

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

 span { border-color: rgb(79,35,50); }

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