Html Css Color HEX #7F213E Paprika

📋 copy color: '#7F213E'

red 127 ◦ green 33 ◦ blue 62

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

Shades of Paprika #7F213E

Tints of Paprika #7F213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.86%

 BLUE value IS 62 (24.61% from 255) = 27.93%

R = 57.21%
G = 14.86%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#7F213E (or 0x7F213E) is known color: Paprika. HEX triplet: 7F, 21 and 3E. RGB value is (127,33,62). Sum of RGB (Red+Green+Blue) = 127+33+62=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F213E is #80DEC1. Grayscale: #404040. Windows color (decimal): -8445634 or 4071807. OLE color: 4071807.

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

Color convert

RGB 127 33 62 -
CMYK 0 0.74 0.51 0.50
HSL 341.49º 0.59% 0.31% -
HSV(B) 341.49º 0.74% 0.5% -
XYZ 10.17 5.95 5.17 -
YUV 64.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 127 33 62 0 0.74 0.51 0.50 341.49 0.59 0.31
Hex 7F 21 3E 0 4A 33 32 155 3B 1F
Octal 177 41 76 0 112 63 62 525 73 37
Binary 1111111 100001 111110 0 1001010 110011 110010 101010101 111011 11111

Color Harmonies of #7F213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F213E

Black with #7F213E

Text Example


Text Example

White with #7F213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,33,62); }

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

background-color css

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

 a { background-color: rgb(127,33,62); }

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

border-color css

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

 span { border-color: rgb(127,33,62); }

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