Html Css Color HEX #7F3237 Paprika

📋 copy color: '#7F3237'

red 127 ◦ green 50 ◦ blue 55

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

Shades of Paprika #7F3237

Tints of Paprika #7F3237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.71%

R = 54.74%
G = 21.55%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F3237 (or 0x7F3237) is known color: Paprika. HEX triplet: 7F, 32 and 37. RGB value is (127,50,55). Sum of RGB (Red+Green+Blue) = 127+50+55=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3237 is #80CDC8. Grayscale: #494949. Windows color (decimal): -8441289 or 3617407. OLE color: 3617407.

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

Color convert

RGB 127 50 55 -
CMYK 0 0.61 0.57 0.50
HSL 356.1º 0.44% 0.35% -
HSV(B) 356.1º 0.61% 0.5% -
XYZ 10.58 7.07 4.42 -
YUV 73.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 127 50 55 0 0.61 0.57 0.50 356.1 0.44 0.35
Hex 7F 32 37 0 3D 39 32 164 2C 23
Octal 177 62 67 0 75 71 62 544 54 43
Binary 1111111 110010 110111 0 111101 111001 110010 101100100 101100 100011

Color Harmonies of #7F3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3237

Black with #7F3237

Text Example


Text Example

White with #7F3237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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