Html Css Color HEX #781325 Red Berry

📋 copy color: '#781325'

red 120 ◦ green 19 ◦ blue 37

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

Shades of Red Berry #781325

Tints of Red Berry #781325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 68.18%
G = 10.8%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#781325 (or 0x781325) is known color: Red Berry. HEX triplet: 78, 13 and 25. RGB value is (120,19,37). Sum of RGB (Red+Green+Blue) = 120+19+37=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #781325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781325 is #87ECDA. Grayscale: #333333. Windows color (decimal): -8907995 or 2429816. OLE color: 2429816.

HSL color Cylindrical-coordinate representation of color #781325: hue angle of 349.31º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781325 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 19 37 -
CMYK 0 0.84 0.69 0.53
HSL 349.31º 0.73% 0.27% -
HSV(B) 349.31º 0.84% 0.47% -
XYZ 8.31 4.59 2.2 -
YUV 51.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 120 19 37 0 0.84 0.69 0.53 349.31 0.73 0.27
Hex 78 13 25 0 54 45 35 15D 49 1B
Octal 170 23 45 0 124 105 65 535 111 33
Binary 1111000 10011 100101 0 1010100 1000101 110101 101011101 1001001 11011

Color Harmonies of #781325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781325

Black with #781325

Text Example


Text Example

White with #781325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781325; }

 p { color: rgb(120,19,37); }

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

background-color css

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

 a { background-color: rgb(120,19,37); }

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

border-color css

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

 span { border-color: rgb(120,19,37); }

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