Html Css Color HEX #76242F Scarlett

📋 copy color: '#76242F'

red 118 ◦ green 36 ◦ blue 47

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

Shades of Scarlett #76242F

Tints of Scarlett #76242F

RGB

 RED value IS 118 (46.48% from 255) = 58.71%

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

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

R = 58.71%
G = 17.91%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76242F (or 0x76242F) is known color: Scarlett. HEX triplet: 76, 24 and 2F. RGB value is (118,36,47). Sum of RGB (Red+Green+Blue) = 118+36+47=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76242F is #89DBD0. Grayscale: #3D3D3D. Windows color (decimal): -9034705 or 3089526. OLE color: 3089526.

HSL color Cylindrical-coordinate representation of color #76242F: hue angle of 351.95º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76242F is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 47 -
CMYK 0 0.69 0.60 0.54
HSL 351.95º 0.53% 0.3% -
HSV(B) 351.95º 0.69% 0.46% -
XYZ 8.62 5.32 3.26 -
YUV 61.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 118 36 47 0 0.69 0.60 0.54 351.95 0.53 0.3
Hex 76 24 2F 0 45 3C 36 160 35 1E
Octal 166 44 57 0 105 74 66 540 65 36
Binary 1110110 100100 101111 0 1000101 111100 110110 101100000 110101 11110

Color Harmonies of #76242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76242F

Black with #76242F

Text Example


Text Example

White with #76242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76242F; }

 p { color: rgb(118,36,47); }

 H1.HeaderClassName
 {
   color: #76242F;
 }
 .AnyTagClassName
 {
   color: #76242F;
 }
</style>

background-color css

<style>
 a { background-color: #76242F; }

 a { background-color: rgb(118,36,47); }

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

border-color css

<style>
 span { border-color: #76242F; }

 span { border-color: rgb(118,36,47); }

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