Html Css Color HEX #76232D Scarlett

📋 copy color: '#76232D'

red 118 ◦ green 35 ◦ blue 45

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

Shades of Scarlett #76232D

Tints of Scarlett #76232D

RGB

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

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

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

R = 59.6%
G = 17.68%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76232D (or 0x76232D) is known color: Scarlett. HEX triplet: 76, 23 and 2D. RGB value is (118,35,45). Sum of RGB (Red+Green+Blue) = 118+35+45=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76232D is #89DCD2. Grayscale: #3D3D3D. Windows color (decimal): -9034963 or 2958198. OLE color: 2958198.

HSL color Cylindrical-coordinate representation of color #76232D: hue angle of 352.77º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76232D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 45 -
CMYK 0 0.70 0.62 0.54
HSL 352.77º 0.54% 0.3% -
HSV(B) 352.77º 0.7% 0.46% -
XYZ 8.55 5.24 3.04 -
YUV 60.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 118 35 45 0 0.70 0.62 0.54 352.77 0.54 0.3
Hex 76 23 2D 0 46 3E 36 161 36 1E
Octal 166 43 55 0 106 76 66 541 66 36
Binary 1110110 100011 101101 0 1000110 111110 110110 101100001 110110 11110

Color Harmonies of #76232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76232D

Black with #76232D

Text Example


Text Example

White with #76232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76232D; }

 p { color: rgb(118,35,45); }

 H1.HeaderClassName
 {
   color: #76232D;
 }
 .AnyTagClassName
 {
   color: #76232D;
 }
</style>

background-color css

<style>
 a { background-color: #76232D; }

 a { background-color: rgb(118,35,45); }

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

border-color css

<style>
 span { border-color: #76232D; }

 span { border-color: rgb(118,35,45); }

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