Html Css Color HEX #781B3C Claret

📋 copy color: '#781B3C'

red 120 ◦ green 27 ◦ blue 60

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

Shades of Claret #781B3C

Tints of Claret #781B3C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.04%

 BLUE value IS 60 (23.83% from 255) = 28.99%

R = 57.97%
G = 13.04%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#781B3C (or 0x781B3C) is known color: Claret. HEX triplet: 78, 1B and 3C. RGB value is (120,27,60). Sum of RGB (Red+Green+Blue) = 120+27+60=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #781B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B3C is #87E4C3. Grayscale: #3A3A3A. Windows color (decimal): -8905924 or 3939192. OLE color: 3939192.

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

Color convert

RGB 120 27 60 -
CMYK 0 0.78 0.5 0.53
HSL 338.71º 0.63% 0.29% -
HSV(B) 338.71º 0.78% 0.47% -
XYZ 8.95 5.1 4.79 -
YUV 58.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 120 27 60 0 0.78 0.5 0.53 338.71 0.63 0.29
Hex 78 1B 3C 0 4E 32 35 153 3F 1D
Octal 170 33 74 0 116 62 65 523 77 35
Binary 1111000 11011 111100 0 1001110 110010 110101 101010011 111111 11101

Color Harmonies of #781B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781B3C

Black with #781B3C

Text Example


Text Example

White with #781B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,27,60); }

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

background-color css

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

 a { background-color: rgb(120,27,60); }

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

border-color css

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

 span { border-color: rgb(120,27,60); }

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