Html Css Color HEX #7A2330 Scarlett

📋 copy color: '#7A2330'

red 122 ◦ green 35 ◦ blue 48

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

Shades of Scarlett #7A2330

Tints of Scarlett #7A2330

RGB

 RED value IS 122 (48.05% from 255) = 59.51%

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

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

R = 59.51%
G = 17.07%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7A2330 (or 0x7A2330) is known color: Scarlett. HEX triplet: 7A, 23 and 30. RGB value is (122,35,48). Sum of RGB (Red+Green+Blue) = 122+35+48=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2330 is #85DCCF. Grayscale: #3E3E3E. Windows color (decimal): -8772816 or 3154810. OLE color: 3154810.

HSL color Cylindrical-coordinate representation of color #7A2330: hue angle of 351.03º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A2330 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 35 48 -
CMYK 0 0.71 0.61 0.52
HSL 351.03º 0.55% 0.31% -
HSV(B) 351.03º 0.71% 0.48% -
XYZ 9.16 5.55 3.39 -
YUV 62.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 122 35 48 0 0.71 0.61 0.52 351.03 0.55 0.31
Hex 7A 23 30 0 47 3D 34 15F 37 1F
Octal 172 43 60 0 107 75 64 537 67 37
Binary 1111010 100011 110000 0 1000111 111101 110100 101011111 110111 11111

Color Harmonies of #7A2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2330

Black with #7A2330

Text Example


Text Example

White with #7A2330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,35,48); }

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

background-color css

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

 a { background-color: rgb(122,35,48); }

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

border-color css

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

 span { border-color: rgb(122,35,48); }

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