Html Css Color HEX #7F243D Paprika

📋 copy color: '#7F243D'

red 127 ◦ green 36 ◦ blue 61

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

Shades of Paprika #7F243D

Tints of Paprika #7F243D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 56.7%
G = 16.07%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#7F243D (or 0x7F243D) is known color: Paprika. HEX triplet: 7F, 24 and 3D. RGB value is (127,36,61). Sum of RGB (Red+Green+Blue) = 127+36+61=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F243D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F243D is #80DBC2. Grayscale: #424242. Windows color (decimal): -8444867 or 4007039. OLE color: 4007039.

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

Color convert

RGB 127 36 61 -
CMYK 0 0.72 0.52 0.50
HSL 343.52º 0.56% 0.32% -
HSV(B) 343.52º 0.72% 0.5% -
XYZ 10.23 6.11 5.06 -
YUV 66.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 127 36 61 0 0.72 0.52 0.50 343.52 0.56 0.32
Hex 7F 24 3D 0 48 34 32 158 38 20
Octal 177 44 75 0 110 64 62 530 70 40
Binary 1111111 100100 111101 0 1001000 110100 110010 101011000 111000 100000

Color Harmonies of #7F243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F243D

Black with #7F243D

Text Example


Text Example

White with #7F243D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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