Html Css Color HEX #781A3A Claret

📋 copy color: '#781A3A'

red 120 ◦ green 26 ◦ blue 58

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

Shades of Claret #781A3A

Tints of Claret #781A3A

RGB

 RED value IS 120 (47.27% from 255) = 58.82%

 GREEN value IS 26 (10.55% from 255) = 12.75%

 BLUE value IS 58 (23.05% from 255) = 28.43%

R = 58.82%
G = 12.75%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#781A3A (or 0x781A3A) is known color: Claret. HEX triplet: 78, 1A and 3A. RGB value is (120,26,58). Sum of RGB (Red+Green+Blue) = 120+26+58=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #781A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A3A is #87E5C5. Grayscale: #393939. Windows color (decimal): -8906182 or 3807864. OLE color: 3807864.

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

Color convert

RGB 120 26 58 -
CMYK 0 0.78 0.52 0.53
HSL 339.57º 0.64% 0.29% -
HSV(B) 339.57º 0.78% 0.47% -
XYZ 8.88 5.04 4.51 -
YUV 57.75 128.14 172.4 -
System Red Green Blue C M Y K H S L
Decimal 120 26 58 0 0.78 0.52 0.53 339.57 0.64 0.29
Hex 78 1A 3A 0 4E 34 35 154 40 1D
Octal 170 32 72 0 116 64 65 524 100 35
Binary 1111000 11010 111010 0 1001110 110100 110101 101010100 1000000 11101

Color Harmonies of #781A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A3A

Black with #781A3A

Text Example


Text Example

White with #781A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781A3A; }

 p { color: rgb(120,26,58); }

 H1.HeaderClassName
 {
   color: #781A3A;
 }
 .AnyTagClassName
 {
   color: #781A3A;
 }
</style>

background-color css

<style>
 a { background-color: #781A3A; }

 a { background-color: rgb(120,26,58); }

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

border-color css

<style>
 span { border-color: #781A3A; }

 span { border-color: rgb(120,26,58); }

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