Html Css Color HEX #7F2936 Paprika

📋 copy color: '#7F2936'

red 127 ◦ green 41 ◦ blue 54

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

Shades of Paprika #7F2936

Tints of Paprika #7F2936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 54 (21.48% from 255) = 24.32%

R = 57.21%
G = 18.47%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F2936 (or 0x7F2936) is known color: Paprika. HEX triplet: 7F, 29 and 36. RGB value is (127,41,54). Sum of RGB (Red+Green+Blue) = 127+41+54=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2936 is #80D6C9. Grayscale: #444444. Windows color (decimal): -8443594 or 3549567. OLE color: 3549567.

HSL color Cylindrical-coordinate representation of color #7F2936: hue angle of 350.93º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F2936 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 41 54 -
CMYK 0 0.68 0.57 0.50
HSL 350.93º 0.51% 0.33% -
HSV(B) 350.93º 0.68% 0.5% -
XYZ 10.21 6.36 4.18 -
YUV 68.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 127 41 54 0 0.68 0.57 0.50 350.93 0.51 0.33
Hex 7F 29 36 0 44 39 32 15F 33 21
Octal 177 51 66 0 104 71 62 537 63 41
Binary 1111111 101001 110110 0 1000100 111001 110010 101011111 110011 100001

Color Harmonies of #7F2936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2936

Black with #7F2936

Text Example


Text Example

White with #7F2936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,41,54); }

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

background-color css

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

 a { background-color: rgb(127,41,54); }

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

border-color css

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

 span { border-color: rgb(127,41,54); }

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