Html Css Color HEX #7D333A Paprika

📋 copy color: '#7D333A'

red 125 ◦ green 51 ◦ blue 58

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

Shades of Paprika #7D333A

Tints of Paprika #7D333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 53.42%
G = 21.79%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D333A (or 0x7D333A) is known color: Paprika. HEX triplet: 7D, 33 and 3A. RGB value is (125,51,58). Sum of RGB (Red+Green+Blue) = 125+51+58=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D333A is #82CCC5. Grayscale: #494949. Windows color (decimal): -8572102 or 3814269. OLE color: 3814269.

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

Color convert

RGB 125 51 58 -
CMYK 0 0.59 0.54 0.51
HSL 354.32º 0.42% 0.35% -
HSV(B) 354.32º 0.59% 0.49% -
XYZ 10.4 7.03 4.81 -
YUV 73.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 125 51 58 0 0.59 0.54 0.51 354.32 0.42 0.35
Hex 7D 33 3A 0 3B 36 33 162 2A 23
Octal 175 63 72 0 73 66 63 542 52 43
Binary 1111101 110011 111010 0 111011 110110 110011 101100010 101010 100011

Color Harmonies of #7D333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D333A

Black with #7D333A

Text Example


Text Example

White with #7D333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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