Html Css Color HEX #7D283F Paprika

📋 copy color: '#7D283F'

red 125 ◦ green 40 ◦ blue 63

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

Shades of Paprika #7D283F

Tints of Paprika #7D283F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.63%

R = 54.82%
G = 17.54%
B = 27.63%

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

#7D283F (or 0x7D283F) is known color: Paprika. HEX triplet: 7D, 28 and 3F. RGB value is (125,40,63). Sum of RGB (Red+Green+Blue) = 125+40+63=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D283F is #82D7C0. Grayscale: #444444. Windows color (decimal): -8574913 or 4139133. OLE color: 4139133.

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

Color convert

RGB 125 40 63 -
CMYK 0 0.68 0.50 0.51
HSL 343.76º 0.52% 0.32% -
HSV(B) 343.76º 0.68% 0.49% -
XYZ 10.11 6.24 5.37 -
YUV 68.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 125 40 63 0 0.68 0.50 0.51 343.76 0.52 0.32
Hex 7D 28 3F 0 44 32 33 158 34 20
Octal 175 50 77 0 104 62 63 530 64 40
Binary 1111101 101000 111111 0 1000100 110010 110011 101011000 110100 100000

Color Harmonies of #7D283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D283F

Black with #7D283F

Text Example


Text Example

White with #7D283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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