Html Css Color HEX #7D2334 Scarlett

📋 copy color: '#7D2334'

red 125 ◦ green 35 ◦ blue 52

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

Shades of Scarlett #7D2334

Tints of Scarlett #7D2334

RGB

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

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

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

R = 58.96%
G = 16.51%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D2334 (or 0x7D2334) is known color: Scarlett. HEX triplet: 7D, 23 and 34. RGB value is (125,35,52). Sum of RGB (Red+Green+Blue) = 125+35+52=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2334 is #82DCCB. Grayscale: #3F3F3F. Windows color (decimal): -8576204 or 3416957. OLE color: 3416957.

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

Color convert

RGB 125 35 52 -
CMYK 0 0.72 0.58 0.51
HSL 348.67º 0.56% 0.31% -
HSV(B) 348.67º 0.72% 0.49% -
XYZ 9.68 5.81 3.86 -
YUV 63.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 125 35 52 0 0.72 0.58 0.51 348.67 0.56 0.31
Hex 7D 23 34 0 48 3A 33 15D 38 1F
Octal 175 43 64 0 110 72 63 535 70 37
Binary 1111101 100011 110100 0 1001000 111010 110011 101011101 111000 11111

Color Harmonies of #7D2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2334

Black with #7D2334

Text Example


Text Example

White with #7D2334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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