Html Css Color HEX #7B1C36 Claret

📋 copy color: '#7B1C36'

red 123 ◦ green 28 ◦ blue 54

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

Shades of Claret #7B1C36

Tints of Claret #7B1C36

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

 BLUE value IS 54 (21.48% from 255) = 26.34%

R = 60%
G = 13.66%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.52

RGB Variations

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

Color information

#7B1C36 (or 0x7B1C36) is known color: Claret. HEX triplet: 7B, 1C and 36. RGB value is (123,28,54). Sum of RGB (Red+Green+Blue) = 123+28+54=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1C36 is #84E3C9. Grayscale: #3B3B3B. Windows color (decimal): -8709066 or 3546235. OLE color: 3546235.

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

Color convert

RGB 123 28 54 -
CMYK 0 0.77 0.56 0.52
HSL 343.58º 0.63% 0.3% -
HSV(B) 343.58º 0.77% 0.48% -
XYZ 9.25 5.31 4.03 -
YUV 59.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 123 28 54 0 0.77 0.56 0.52 343.58 0.63 0.3
Hex 7B 1C 36 0 4D 38 34 158 3F 1E
Octal 173 34 66 0 115 70 64 530 77 36
Binary 1111011 11100 110110 0 1001101 111000 110100 101011000 111111 11110

Color Harmonies of #7B1C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1C36

Black with #7B1C36

Text Example


Text Example

White with #7B1C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,28,54); }

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

background-color css

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

 a { background-color: rgb(123,28,54); }

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

border-color css

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

 span { border-color: rgb(123,28,54); }

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