Html Css Color HEX #7B242B Scarlett

📋 copy color: '#7B242B'

red 123 ◦ green 36 ◦ blue 43

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

Shades of Scarlett #7B242B

Tints of Scarlett #7B242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.82%

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

R = 60.89%
G = 17.82%
B = 21.29%

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

#7B242B (or 0x7B242B) is known color: Scarlett. HEX triplet: 7B, 24 and 2B. RGB value is (123,36,43). Sum of RGB (Red+Green+Blue) = 123+36+43=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B242B is #84DBD4. Grayscale: #3E3E3E. Windows color (decimal): -8707029 or 2827387. OLE color: 2827387.

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

Color convert

RGB 123 36 43 -
CMYK 0 0.71 0.65 0.52
HSL 355.17º 0.55% 0.31% -
HSV(B) 355.17º 0.71% 0.48% -
XYZ 9.24 5.65 2.89 -
YUV 62.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 123 36 43 0 0.71 0.65 0.52 355.17 0.55 0.31
Hex 7B 24 2B 0 47 41 34 163 37 1F
Octal 173 44 53 0 107 101 64 543 67 37
Binary 1111011 100100 101011 0 1000111 1000001 110100 101100011 110111 11111

Color Harmonies of #7B242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B242B

Black with #7B242B

Text Example


Text Example

White with #7B242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,36,43); }

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

background-color css

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

 a { background-color: rgb(123,36,43); }

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

border-color css

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

 span { border-color: rgb(123,36,43); }

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