Html Css Color HEX #7F243C Paprika

📋 copy color: '#7F243C'

red 127 ◦ green 36 ◦ blue 60

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

Shades of Paprika #7F243C

Tints of Paprika #7F243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

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

R = 56.95%
G = 16.14%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F243C (or 0x7F243C) is known color: Paprika. HEX triplet: 7F, 24 and 3C. RGB value is (127,36,60). Sum of RGB (Red+Green+Blue) = 127+36+60=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F243C is #80DBC3. Grayscale: #414141. Windows color (decimal): -8444868 or 3941503. OLE color: 3941503.

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

Color convert

RGB 127 36 60 -
CMYK 0 0.72 0.53 0.50
HSL 344.18º 0.56% 0.32% -
HSV(B) 344.18º 0.72% 0.5% -
XYZ 10.2 6.1 4.91 -
YUV 65.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 127 36 60 0 0.72 0.53 0.50 344.18 0.56 0.32
Hex 7F 24 3C 0 48 35 32 158 38 20
Octal 177 44 74 0 110 65 62 530 70 40
Binary 1111111 100100 111100 0 1001000 110101 110010 101011000 111000 100000

Color Harmonies of #7F243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F243C

Black with #7F243C

Text Example


Text Example

White with #7F243C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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