Html Css Color HEX #7F3239 Paprika

📋 copy color: '#7F3239'

red 127 ◦ green 50 ◦ blue 57

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

Shades of Paprika #7F3239

Tints of Paprika #7F3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 57 (22.66% from 255) = 24.36%

R = 54.27%
G = 21.37%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#7F3239 (or 0x7F3239) is known color: Paprika. HEX triplet: 7F, 32 and 39. RGB value is (127,50,57). Sum of RGB (Red+Green+Blue) = 127+50+57=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3239 is #80CDC6. Grayscale: #494949. Windows color (decimal): -8441287 or 3748479. OLE color: 3748479.

HSL color Cylindrical-coordinate representation of color #7F3239: hue angle of 354.55º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3239 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 50 57 -
CMYK 0 0.61 0.55 0.50
HSL 354.55º 0.44% 0.35% -
HSV(B) 354.55º 0.61% 0.5% -
XYZ 10.63 7.09 4.68 -
YUV 73.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 127 50 57 0 0.61 0.55 0.50 354.55 0.44 0.35
Hex 7F 32 39 0 3D 37 32 163 2C 23
Octal 177 62 71 0 75 67 62 543 54 43
Binary 1111111 110010 111001 0 111101 110111 110010 101100011 101100 100011

Color Harmonies of #7F3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3239

Black with #7F3239

Text Example


Text Example

White with #7F3239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,50,57); }

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

background-color css

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

 a { background-color: rgb(127,50,57); }

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

border-color css

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

 span { border-color: rgb(127,50,57); }

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