Html Css Color HEX #762230 Scarlett

📋 copy color: '#762230'

red 118 ◦ green 34 ◦ blue 48

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

Shades of Scarlett #762230

Tints of Scarlett #762230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17%

 BLUE value IS 48 (19.14% from 255) = 24%

R = 59%
G = 17%
B = 24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#762230 (or 0x762230) is known color: Scarlett. HEX triplet: 76, 22 and 30. RGB value is (118,34,48). Sum of RGB (Red+Green+Blue) = 118+34+48=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #762230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762230 is #89DDCF. Grayscale: #3C3C3C. Windows color (decimal): -9035216 or 3154550. OLE color: 3154550.

HSL color Cylindrical-coordinate representation of color #762230: hue angle of 350º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762230 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 48 -
CMYK 0 0.71 0.59 0.54
HSL 350º 0.55% 0.3% -
HSV(B) 350º 0.71% 0.46% -
XYZ 8.58 5.21 3.35 -
YUV 60.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 118 34 48 0 0.71 0.59 0.54 350 0.55 0.3
Hex 76 22 30 0 47 3B 36 15E 37 1E
Octal 166 42 60 0 107 73 66 536 67 36
Binary 1110110 100010 110000 0 1000111 111011 110110 101011110 110111 11110

Color Harmonies of #762230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762230

Black with #762230

Text Example


Text Example

White with #762230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762230; }

 p { color: rgb(118,34,48); }

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

background-color css

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

 a { background-color: rgb(118,34,48); }

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

border-color css

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

 span { border-color: rgb(118,34,48); }

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