Html Css Color HEX #7D2432 Scarlett

📋 copy color: '#7D2432'

red 125 ◦ green 36 ◦ blue 50

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

Shades of Scarlett #7D2432

Tints of Scarlett #7D2432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 59.24%
G = 17.06%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7D2432 (or 0x7D2432) is known color: Scarlett. HEX triplet: 7D, 24 and 32. RGB value is (125,36,50). Sum of RGB (Red+Green+Blue) = 125+36+50=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2432 is #82DBCD. Grayscale: #404040. Windows color (decimal): -8575950 or 3286141. OLE color: 3286141.

HSL color Cylindrical-coordinate representation of color #7D2432: hue angle of 350.56º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D2432 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 36 50 -
CMYK 0 0.71 0.60 0.51
HSL 350.56º 0.55% 0.32% -
HSV(B) 350.56º 0.71% 0.49% -
XYZ 9.66 5.85 3.64 -
YUV 64.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 125 36 50 0 0.71 0.60 0.51 350.56 0.55 0.32
Hex 7D 24 32 0 47 3C 33 15F 37 20
Octal 175 44 62 0 107 74 63 537 67 40
Binary 1111101 100100 110010 0 1000111 111100 110011 101011111 110111 100000

Color Harmonies of #7D2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2432

Black with #7D2432

Text Example


Text Example

White with #7D2432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,36,50); }

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

background-color css

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

 a { background-color: rgb(125,36,50); }

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

border-color css

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

 span { border-color: rgb(125,36,50); }

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