Html Css Color HEX #7A1B30 Scarlett

📋 copy color: '#7A1B30'

red 122 ◦ green 27 ◦ blue 48

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

Shades of Scarlett #7A1B30

Tints of Scarlett #7A1B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.71%

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

R = 61.93%
G = 13.71%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#7A1B30 (or 0x7A1B30) is known color: Scarlett. HEX triplet: 7A, 1B and 30. RGB value is (122,27,48). Sum of RGB (Red+Green+Blue) = 122+27+48=197 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.93% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1B30 is #85E4CF. Grayscale: #393939. Windows color (decimal): -8774864 or 3152762. OLE color: 3152762.

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

Color convert

RGB 122 27 48 -
CMYK 0 0.78 0.61 0.52
HSL 346.74º 0.64% 0.29% -
HSV(B) 346.74º 0.78% 0.48% -
XYZ 8.95 5.13 3.32 -
YUV 57.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 122 27 48 0 0.78 0.61 0.52 346.74 0.64 0.29
Hex 7A 1B 30 0 4E 3D 34 15B 40 1D
Octal 172 33 60 0 116 75 64 533 100 35
Binary 1111010 11011 110000 0 1001110 111101 110100 101011011 1000000 11101

Color Harmonies of #7A1B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1B30

Black with #7A1B30

Text Example


Text Example

White with #7A1B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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