Html Css Color HEX #7D333F Paprika

📋 copy color: '#7D333F'

red 125 ◦ green 51 ◦ blue 63

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

Shades of Paprika #7D333F

Tints of Paprika #7D333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

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

R = 52.3%
G = 21.34%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D333F (or 0x7D333F) is known color: Paprika. HEX triplet: 7D, 33 and 3F. RGB value is (125,51,63). Sum of RGB (Red+Green+Blue) = 125+51+63=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D333F is #82CCC0. Grayscale: #4A4A4A. Windows color (decimal): -8572097 or 4141949. OLE color: 4141949.

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

Color convert

RGB 125 51 63 -
CMYK 0 0.59 0.50 0.51
HSL 350.27º 0.42% 0.35% -
HSV(B) 350.27º 0.59% 0.49% -
XYZ 10.54 7.09 5.52 -
YUV 74.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 125 51 63 0 0.59 0.50 0.51 350.27 0.42 0.35
Hex 7D 33 3F 0 3B 32 33 15E 2A 23
Octal 175 63 77 0 73 62 63 536 52 43
Binary 1111101 110011 111111 0 111011 110010 110011 101011110 101010 100011

Color Harmonies of #7D333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D333F

Black with #7D333F

Text Example


Text Example

White with #7D333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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