Html Css Color HEX #7D282D Scarlett

📋 copy color: '#7D282D'

red 125 ◦ green 40 ◦ blue 45

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

Shades of Scarlett #7D282D

Tints of Scarlett #7D282D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 59.52%
G = 19.05%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7D282D (or 0x7D282D) is known color: Scarlett. HEX triplet: 7D, 28 and 2D. RGB value is (125,40,45). Sum of RGB (Red+Green+Blue) = 125+40+45=210 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.52% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 125 - color contains mainly: red. Hex color #7D282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D282D is #82D7D2. Grayscale: #424242. Windows color (decimal): -8574931 or 2959485. OLE color: 2959485.

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

Color convert

RGB 125 40 45 -
CMYK 0 0.68 0.64 0.51
HSL 356.47º 0.52% 0.32% -
HSV(B) 356.47º 0.68% 0.49% -
XYZ 9.69 6.07 3.14 -
YUV 65.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 125 40 45 0 0.68 0.64 0.51 356.47 0.52 0.32
Hex 7D 28 2D 0 44 40 33 164 34 20
Octal 175 50 55 0 104 100 63 544 64 40
Binary 1111101 101000 101101 0 1000100 1000000 110011 101100100 110100 100000

Color Harmonies of #7D282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D282D

Black with #7D282D

Text Example


Text Example

White with #7D282D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,40,45); }

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

background-color css

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

 a { background-color: rgb(125,40,45); }

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

border-color css

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

 span { border-color: rgb(125,40,45); }

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