Html Css Color HEX #7D232B Scarlett

📋 copy color: '#7D232B'

red 125 ◦ green 35 ◦ blue 43

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

Shades of Scarlett #7D232B

Tints of Scarlett #7D232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 61.58%
G = 17.24%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7D232B (or 0x7D232B) is known color: Scarlett. HEX triplet: 7D, 23 and 2B. RGB value is (125,35,43). Sum of RGB (Red+Green+Blue) = 125+35+43=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D232B is #82DCD4. Grayscale: #3E3E3E. Windows color (decimal): -8576213 or 2827133. OLE color: 2827133.

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

Color convert

RGB 125 35 43 -
CMYK 0 0.72 0.66 0.51
HSL 354.67º 0.56% 0.31% -
HSV(B) 354.67º 0.72% 0.49% -
XYZ 9.49 5.74 2.89 -
YUV 62.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 125 35 43 0 0.72 0.66 0.51 354.67 0.56 0.31
Hex 7D 23 2B 0 48 42 33 163 38 1F
Octal 175 43 53 0 110 102 63 543 70 37
Binary 1111101 100011 101011 0 1001000 1000010 110011 101100011 111000 11111

Color Harmonies of #7D232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D232B

Black with #7D232B

Text Example


Text Example

White with #7D232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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