Html Css Color HEX #781F3A Claret

📋 copy color: '#781F3A'

red 120 ◦ green 31 ◦ blue 58

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

Shades of Claret #781F3A

Tints of Claret #781F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.83%

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

R = 57.42%
G = 14.83%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#781F3A (or 0x781F3A) is known color: Claret. HEX triplet: 78, 1F and 3A. RGB value is (120,31,58). Sum of RGB (Red+Green+Blue) = 120+31+58=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #781F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F3A is #87E0C5. Grayscale: #3C3C3C. Windows color (decimal): -8904902 or 3809144. OLE color: 3809144.

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

Color convert

RGB 120 31 58 -
CMYK 0 0.74 0.52 0.53
HSL 341.8º 0.59% 0.3% -
HSV(B) 341.8º 0.74% 0.47% -
XYZ 9 5.28 4.55 -
YUV 60.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 120 31 58 0 0.74 0.52 0.53 341.8 0.59 0.3
Hex 78 1F 3A 0 4A 34 35 156 3B 1E
Octal 170 37 72 0 112 64 65 526 73 36
Binary 1111000 11111 111010 0 1001010 110100 110101 101010110 111011 11110

Color Harmonies of #781F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F3A

Black with #781F3A

Text Example


Text Example

White with #781F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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