Html Css Color HEX #781934 Claret

📋 copy color: '#781934'

red 120 ◦ green 25 ◦ blue 52

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

Shades of Claret #781934

Tints of Claret #781934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

 BLUE value IS 52 (20.7% from 255) = 26.4%

R = 60.91%
G = 12.69%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#781934 (or 0x781934) is known color: Claret. HEX triplet: 78, 19 and 34. RGB value is (120,25,52). Sum of RGB (Red+Green+Blue) = 120+25+52=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #781934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781934 is #87E6CB. Grayscale: #383838. Windows color (decimal): -8906444 or 3414392. OLE color: 3414392.

HSL color Cylindrical-coordinate representation of color #781934: hue angle of 342.95º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781934 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 25 52 -
CMYK 0 0.79 0.57 0.53
HSL 342.95º 0.66% 0.28% -
HSV(B) 342.95º 0.79% 0.47% -
XYZ 8.71 4.94 3.74 -
YUV 56.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 120 25 52 0 0.79 0.57 0.53 342.95 0.66 0.28
Hex 78 19 34 0 4F 39 35 157 42 1C
Octal 170 31 64 0 117 71 65 527 102 34
Binary 1111000 11001 110100 0 1001111 111001 110101 101010111 1000010 11100

Color Harmonies of #781934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781934

Black with #781934

Text Example


Text Example

White with #781934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781934; }

 p { color: rgb(120,25,52); }

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

background-color css

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

 a { background-color: rgb(120,25,52); }

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

border-color css

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

 span { border-color: rgb(120,25,52); }

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