Html Css Color HEX #7F283C Paprika

📋 copy color: '#7F283C'

red 127 ◦ green 40 ◦ blue 60

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

Shades of Paprika #7F283C

Tints of Paprika #7F283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 55.95%
G = 17.62%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F283C (or 0x7F283C) is known color: Paprika. HEX triplet: 7F, 28 and 3C. RGB value is (127,40,60). Sum of RGB (Red+Green+Blue) = 127+40+60=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F283C is #80D7C3. Grayscale: #444444. Windows color (decimal): -8443844 or 3942527. OLE color: 3942527.

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

Color convert

RGB 127 40 60 -
CMYK 0 0.69 0.53 0.50
HSL 346.21º 0.52% 0.33% -
HSV(B) 346.21º 0.69% 0.5% -
XYZ 10.33 6.36 4.96 -
YUV 68.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 127 40 60 0 0.69 0.53 0.50 346.21 0.52 0.33
Hex 7F 28 3C 0 45 35 32 15A 34 21
Octal 177 50 74 0 105 65 62 532 64 41
Binary 1111111 101000 111100 0 1000101 110101 110010 101011010 110100 100001

Color Harmonies of #7F283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F283C

Black with #7F283C

Text Example


Text Example

White with #7F283C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,40,60); }

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

background-color css

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

 a { background-color: rgb(127,40,60); }

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

border-color css

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

 span { border-color: rgb(127,40,60); }

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