Html Css Color HEX #7F233D Paprika

📋 copy color: '#7F233D'

red 127 ◦ green 35 ◦ blue 61

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

Shades of Paprika #7F233D

Tints of Paprika #7F233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.35%

R = 56.95%
G = 15.7%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#7F233D (or 0x7F233D) is known color: Paprika. HEX triplet: 7F, 23 and 3D. RGB value is (127,35,61). Sum of RGB (Red+Green+Blue) = 127+35+61=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F233D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F233D is #80DCC2. Grayscale: #414141. Windows color (decimal): -8445123 or 4006783. OLE color: 4006783.

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

Color convert

RGB 127 35 61 -
CMYK 0 0.72 0.52 0.50
HSL 343.04º 0.57% 0.32% -
HSV(B) 343.04º 0.72% 0.5% -
XYZ 10.2 6.05 5.05 -
YUV 65.47 125.48 171.89 -
System Red Green Blue C M Y K H S L
Decimal 127 35 61 0 0.72 0.52 0.50 343.04 0.57 0.32
Hex 7F 23 3D 0 48 34 32 157 39 20
Octal 177 43 75 0 110 64 62 527 71 40
Binary 1111111 100011 111101 0 1001000 110100 110010 101010111 111001 100000

Color Harmonies of #7F233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F233D

Black with #7F233D

Text Example


Text Example

White with #7F233D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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