Html Css Color HEX #7F233C Paprika

📋 copy color: '#7F233C'

red 127 ◦ green 35 ◦ blue 60

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

Shades of Paprika #7F233C

Tints of Paprika #7F233C

RGB

 RED value IS 127 (50% from 255) = 57.21%

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

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 57.21%
G = 15.77%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F233C (or 0x7F233C) is known color: Paprika. HEX triplet: 7F, 23 and 3C. RGB value is (127,35,60). Sum of RGB (Red+Green+Blue) = 127+35+60=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F233C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F233C is #80DCC3. Grayscale: #414141. Windows color (decimal): -8445124 or 3941247. OLE color: 3941247.

HSL color Cylindrical-coordinate representation of color #7F233C: hue angle of 343.7º 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 #7F233C is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 35 60 -
CMYK 0 0.72 0.53 0.50
HSL 343.7º 0.57% 0.32% -
HSV(B) 343.7º 0.72% 0.5% -
XYZ 10.17 6.04 4.9 -
YUV 65.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 127 35 60 0 0.72 0.53 0.50 343.7 0.57 0.32
Hex 7F 23 3C 0 48 35 32 158 39 20
Octal 177 43 74 0 110 65 62 530 71 40
Binary 1111111 100011 111100 0 1001000 110101 110010 101011000 111001 100000

Color Harmonies of #7F233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F233C

Black with #7F233C

Text Example


Text Example

White with #7F233C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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