Html Css Color HEX #7B222C Scarlett

📋 copy color: '#7B222C'

red 123 ◦ green 34 ◦ blue 44

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

Shades of Scarlett #7B222C

Tints of Scarlett #7B222C

RGB

 RED value IS 123 (48.44% from 255) = 61.19%

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

 BLUE value IS 44 (17.58% from 255) = 21.89%

R = 61.19%
G = 16.92%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7B222C (or 0x7B222C) is known color: Scarlett. HEX triplet: 7B, 22 and 2C. RGB value is (123,34,44). Sum of RGB (Red+Green+Blue) = 123+34+44=201 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.19% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 123 - color contains mainly: red. Hex color #7B222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B222C is #84DDD3. Grayscale: #3D3D3D. Windows color (decimal): -8707540 or 2892411. OLE color: 2892411.

HSL color Cylindrical-coordinate representation of color #7B222C: hue angle of 353.26º degrees, saturation: 0.57, 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 #7B222C is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 34 44 -
CMYK 0 0.72 0.64 0.52
HSL 353.26º 0.57% 0.31% -
HSV(B) 353.26º 0.72% 0.48% -
XYZ 9.2 5.54 2.97 -
YUV 61.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 123 34 44 0 0.72 0.64 0.52 353.26 0.57 0.31
Hex 7B 22 2C 0 48 40 34 161 39 1F
Octal 173 42 54 0 110 100 64 541 71 37
Binary 1111011 100010 101100 0 1001000 1000000 110100 101100001 111001 11111

Color Harmonies of #7B222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B222C

Black with #7B222C

Text Example


Text Example

White with #7B222C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,34,44); }

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

background-color css

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

 a { background-color: rgb(123,34,44); }

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

border-color css

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

 span { border-color: rgb(123,34,44); }

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