Html Css Color HEX #7D283E Paprika

📋 copy color: '#7D283E'

red 125 ◦ green 40 ◦ blue 62

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

Shades of Paprika #7D283E

Tints of Paprika #7D283E

RGB

 RED value IS 125 (49.22% from 255) = 55.07%

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

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

R = 55.07%
G = 17.62%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D283E (or 0x7D283E) is known color: Paprika. HEX triplet: 7D, 28 and 3E. RGB value is (125,40,62). Sum of RGB (Red+Green+Blue) = 125+40+62=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D283E is #82D7C1. Grayscale: #434343. Windows color (decimal): -8574914 or 4073597. OLE color: 4073597.

HSL color Cylindrical-coordinate representation of color #7D283E: hue angle of 344.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D283E is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 40 62 -
CMYK 0 0.68 0.50 0.51
HSL 344.47º 0.52% 0.32% -
HSV(B) 344.47º 0.68% 0.49% -
XYZ 10.09 6.23 5.23 -
YUV 67.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 125 40 62 0 0.68 0.50 0.51 344.47 0.52 0.32
Hex 7D 28 3E 0 44 32 33 158 34 20
Octal 175 50 76 0 104 62 63 530 64 40
Binary 1111101 101000 111110 0 1000100 110010 110011 101011000 110100 100000

Color Harmonies of #7D283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D283E

Black with #7D283E

Text Example


Text Example

White with #7D283E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,40,62); }

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

background-color css

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

 a { background-color: rgb(125,40,62); }

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

border-color css

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

 span { border-color: rgb(125,40,62); }

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