Html Css Color HEX #7A232B Scarlett

📋 copy color: '#7A232B'

red 122 ◦ green 35 ◦ blue 43

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

Shades of Scarlett #7A232B

Tints of Scarlett #7A232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 61%
G = 17.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#7A232B (or 0x7A232B) is known color: Scarlett. HEX triplet: 7A, 23 and 2B. RGB value is (122,35,43). Sum of RGB (Red+Green+Blue) = 122+35+43=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A232B is #85DCD4. Grayscale: #3D3D3D. Windows color (decimal): -8772821 or 2827130. OLE color: 2827130.

HSL color Cylindrical-coordinate representation of color #7A232B: hue angle of 354.48º 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 #7A232B is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 35 43 -
CMYK 0 0.71 0.65 0.52
HSL 354.48º 0.55% 0.31% -
HSV(B) 354.48º 0.71% 0.48% -
XYZ 9.06 5.51 2.87 -
YUV 61.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 122 35 43 0 0.71 0.65 0.52 354.48 0.55 0.31
Hex 7A 23 2B 0 47 41 34 162 37 1F
Octal 172 43 53 0 107 101 64 542 67 37
Binary 1111010 100011 101011 0 1000111 1000001 110100 101100010 110111 11111

Color Harmonies of #7A232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A232B

Black with #7A232B

Text Example


Text Example

White with #7A232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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