Html Css Color HEX #7F233F Paprika

📋 copy color: '#7F233F'

red 127 ◦ green 35 ◦ blue 63

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

Shades of Paprika #7F233F

Tints of Paprika #7F233F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28%

R = 56.44%
G = 15.56%
B = 28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F233F (or 0x7F233F) is known color: Paprika. HEX triplet: 7F, 23 and 3F. RGB value is (127,35,63). Sum of RGB (Red+Green+Blue) = 127+35+63=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F233F is #80DCC0. Grayscale: #414141. Windows color (decimal): -8445121 or 4137855. OLE color: 4137855.

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

Color convert

RGB 127 35 63 -
CMYK 0 0.72 0.50 0.50
HSL 341.74º 0.57% 0.32% -
HSV(B) 341.74º 0.72% 0.5% -
XYZ 10.25 6.07 5.33 -
YUV 65.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 127 35 63 0 0.72 0.50 0.50 341.74 0.57 0.32
Hex 7F 23 3F 0 48 32 32 156 39 20
Octal 177 43 77 0 110 62 62 526 71 40
Binary 1111111 100011 111111 0 1001000 110010 110010 101010110 111001 100000

Color Harmonies of #7F233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F233F

Black with #7F233F

Text Example


Text Example

White with #7F233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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