Html Css Color HEX #7D232F Scarlett

📋 copy color: '#7D232F'

red 125 ◦ green 35 ◦ blue 47

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

Shades of Scarlett #7D232F

Tints of Scarlett #7D232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.71%

R = 60.39%
G = 16.91%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D232F (or 0x7D232F) is known color: Scarlett. HEX triplet: 7D, 23 and 2F. RGB value is (125,35,47). Sum of RGB (Red+Green+Blue) = 125+35+47=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D232F is #82DCD0. Grayscale: #3F3F3F. Windows color (decimal): -8576209 or 3089277. OLE color: 3089277.

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

Color convert

RGB 125 35 47 -
CMYK 0 0.72 0.62 0.51
HSL 352º 0.56% 0.31% -
HSV(B) 352º 0.72% 0.49% -
XYZ 9.57 5.77 3.3 -
YUV 63.28 118.82 172.02 -
System Red Green Blue C M Y K H S L
Decimal 125 35 47 0 0.72 0.62 0.51 352 0.56 0.31
Hex 7D 23 2F 0 48 3E 33 160 38 1F
Octal 175 43 57 0 110 76 63 540 70 37
Binary 1111101 100011 101111 0 1001000 111110 110011 101100000 111000 11111

Color Harmonies of #7D232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D232F

Black with #7D232F

Text Example


Text Example

White with #7D232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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