Html Css Color HEX #7A2233 Scarlett

📋 copy color: '#7A2233'

red 122 ◦ green 34 ◦ blue 51

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

Shades of Scarlett #7A2233

Tints of Scarlett #7A2233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.64%

R = 58.94%
G = 16.43%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#7A2233 (or 0x7A2233) is known color: Scarlett. HEX triplet: 7A, 22 and 33. RGB value is (122,34,51). Sum of RGB (Red+Green+Blue) = 122+34+51=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2233 is #85DDCC. Grayscale: #3E3E3E. Windows color (decimal): -8773069 or 3351162. OLE color: 3351162.

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

Color convert

RGB 122 34 51 -
CMYK 0 0.72 0.58 0.52
HSL 348.41º 0.56% 0.31% -
HSV(B) 348.41º 0.72% 0.48% -
XYZ 9.2 5.52 3.71 -
YUV 62.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 122 34 51 0 0.72 0.58 0.52 348.41 0.56 0.31
Hex 7A 22 33 0 48 3A 34 15C 38 1F
Octal 172 42 63 0 110 72 64 534 70 37
Binary 1111010 100010 110011 0 1001000 111010 110100 101011100 111000 11111

Color Harmonies of #7A2233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2233

Black with #7A2233

Text Example


Text Example

White with #7A2233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,34,51); }

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

background-color css

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

 a { background-color: rgb(122,34,51); }

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

border-color css

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

 span { border-color: rgb(122,34,51); }

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