Html Css Color HEX #781933 Claret

📋 copy color: '#781933'

red 120 ◦ green 25 ◦ blue 51

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

Shades of Claret #781933

Tints of Claret #781933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 61.22%
G = 12.76%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#781933 (or 0x781933) is known color: Claret. HEX triplet: 78, 19 and 33. RGB value is (120,25,51). Sum of RGB (Red+Green+Blue) = 120+25+51=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #781933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781933 is #87E6CC. Grayscale: #383838. Windows color (decimal): -8906445 or 3348856. OLE color: 3348856.

HSL color Cylindrical-coordinate representation of color #781933: hue angle of 343.58º 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 #781933 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 25 51 -
CMYK 0 0.79 0.58 0.53
HSL 343.58º 0.66% 0.28% -
HSV(B) 343.58º 0.79% 0.47% -
XYZ 8.69 4.93 3.62 -
YUV 56.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 120 25 51 0 0.79 0.58 0.53 343.58 0.66 0.28
Hex 78 19 33 0 4F 3A 35 158 42 1C
Octal 170 31 63 0 117 72 65 530 102 34
Binary 1111000 11001 110011 0 1001111 111010 110101 101011000 1000010 11100

Color Harmonies of #781933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781933

Black with #781933

Text Example


Text Example

White with #781933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781933; }

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

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

background-color css

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

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

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

border-color css

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

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

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