Html Css Color HEX #7D3334 Paprika

📋 copy color: '#7D3334'

red 125 ◦ green 51 ◦ blue 52

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

Shades of Paprika #7D3334

Tints of Paprika #7D3334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 54.82%
G = 22.37%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D3334 (or 0x7D3334) is known color: Paprika. HEX triplet: 7D, 33 and 34. RGB value is (125,51,52). Sum of RGB (Red+Green+Blue) = 125+51+52=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3334 is #82CCCB. Grayscale: #494949. Windows color (decimal): -8572108 or 3421053. OLE color: 3421053.

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

Color convert

RGB 125 51 52 -
CMYK 0 0.59 0.58 0.51
HSL 359.19º 0.42% 0.35% -
HSV(B) 359.19º 0.59% 0.49% -
XYZ 10.26 6.98 4.05 -
YUV 73.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 125 51 52 0 0.59 0.58 0.51 359.19 0.42 0.35
Hex 7D 33 34 0 3B 3A 33 167 2A 23
Octal 175 63 64 0 73 72 63 547 52 43
Binary 1111101 110011 110100 0 111011 111010 110011 101100111 101010 100011

Color Harmonies of #7D3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3334

Black with #7D3334

Text Example


Text Example

White with #7D3334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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