Html Css Color HEX #7D233E Paprika

📋 copy color: '#7D233E'

red 125 ◦ green 35 ◦ blue 62

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

Shades of Paprika #7D233E

Tints of Paprika #7D233E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

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

R = 56.31%
G = 15.77%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D233E (or 0x7D233E) is known color: Paprika. HEX triplet: 7D, 23 and 3E. RGB value is (125,35,62). Sum of RGB (Red+Green+Blue) = 125+35+62=222 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.31% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 125 - color contains mainly: red. Hex color #7D233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D233E is #82DCC1. Grayscale: #404040. Windows color (decimal): -8576194 or 4072317. OLE color: 4072317.

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

Color convert

RGB 125 35 62 -
CMYK 0 0.72 0.50 0.51
HSL 342º 0.56% 0.31% -
HSV(B) 342º 0.72% 0.49% -
XYZ 9.93 5.91 5.17 -
YUV 64.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 125 35 62 0 0.72 0.50 0.51 342 0.56 0.31
Hex 7D 23 3E 0 48 32 33 156 38 1F
Octal 175 43 76 0 110 62 63 526 70 37
Binary 1111101 100011 111110 0 1001000 110010 110011 101010110 111000 11111

Color Harmonies of #7D233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D233E

Black with #7D233E

Text Example


Text Example

White with #7D233E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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