#7F233B

Color #7F233B Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #7F233B

Tints of Paprika #7F233B

Color information

#7F233B (or 0x7F233B) is unknown color: approx Paprika. HEX triplet: 7F, 23 and 3B. RGB value is (127,35,59). Sum of RGB (Red+Green+Blue) = 127+35+59=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F233B is #80DCC4. Grayscale: #414141. Windows color (decimal): -8445125 or 3875711. OLE color: 3875711.

HSL color Cylindrical-coordinate representation of color #7F233B: hue angle of 344.35º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F233B is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB1273559-
CMYK00.720.540.50
HSL344.35º56.79%31.76%-
HSV(B)344.35º72.44%49.8%-
XYZ10.146.034.77-
YUV65.24124.48172.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.47%
GREEN value IS 35 (14.06% from 255) = 15.84%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=57.47%
G=15.84%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127355900.720.540.50344.3556.7931.76
Hex7F233B04836321583920
Octal1774373011066625307140
Binary111111110001111101101001000110110110010101011000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F233B; }

 p { color: rgb(127,35,59); }

 H1.HeaderClassName
 {
   color: #7F233B;
 }
 .AnyTagClassName
 {
   color: #7F233B;
 }
</style>
background-color css

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

 a { background-color: rgb(127,35,59); }

 div.DivClassName
 {
   background-color: #7F233B;
 }
 .BgClassName
 {
   background-color: #7F233B;
 }
</style>
border-color css

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

 span { border-color: rgb(127,35,59); }

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