Html Css Color HEX #7A263E Paprika

📋 copy color: '#7A263E'

red 122 ◦ green 38 ◦ blue 62

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

Shades of Paprika #7A263E

Tints of Paprika #7A263E

RGB

 RED value IS 122 (48.05% from 255) = 54.95%

 GREEN value IS 38 (15.23% from 255) = 17.12%

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

R = 54.95%
G = 17.12%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#7A263E (or 0x7A263E) is known color: Paprika. HEX triplet: 7A, 26 and 3E. RGB value is (122,38,62). Sum of RGB (Red+Green+Blue) = 122+38+62=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A263E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A263E is #85D9C1. Grayscale: #414141. Windows color (decimal): -8772034 or 4073082. OLE color: 4073082.

HSL color Cylindrical-coordinate representation of color #7A263E: hue angle of 342.86º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A263E is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 38 62 -
CMYK 0 0.69 0.49 0.52
HSL 342.86º 0.53% 0.31% -
HSV(B) 342.86º 0.69% 0.48% -
XYZ 9.59 5.87 5.19 -
YUV 65.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 122 38 62 0 0.69 0.49 0.52 342.86 0.53 0.31
Hex 7A 26 3E 0 45 31 34 157 34 1F
Octal 172 46 76 0 105 61 64 527 64 37
Binary 1111010 100110 111110 0 1000101 110001 110100 101010111 110100 11111

Color Harmonies of #7A263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A263E

Black with #7A263E

Text Example


Text Example

White with #7A263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,38,62); }

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

background-color css

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

 a { background-color: rgb(122,38,62); }

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

border-color css

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

 span { border-color: rgb(122,38,62); }

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