Html Css Color HEX #781F25 Red Berry

📋 copy color: '#781F25'

red 120 ◦ green 31 ◦ blue 37

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

Shades of Red Berry #781F25

Tints of Red Berry #781F25

RGB

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

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

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

R = 63.83%
G = 16.49%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#781F25 (or 0x781F25) is known color: Red Berry. HEX triplet: 78, 1F and 25. RGB value is (120,31,37). Sum of RGB (Red+Green+Blue) = 120+31+37=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #781F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F25 is #87E0DA. Grayscale: #3A3A3A. Windows color (decimal): -8904923 or 2432888. OLE color: 2432888.

HSL color Cylindrical-coordinate representation of color #781F25: hue angle of 355.96º 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 #781F25 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 37 -
CMYK 0 0.74 0.69 0.53
HSL 355.96º 0.59% 0.3% -
HSV(B) 355.96º 0.74% 0.47% -
XYZ 8.57 5.11 2.28 -
YUV 58.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 120 31 37 0 0.74 0.69 0.53 355.96 0.59 0.3
Hex 78 1F 25 0 4A 45 35 164 3B 1E
Octal 170 37 45 0 112 105 65 544 73 36
Binary 1111000 11111 100101 0 1001010 1000101 110101 101100100 111011 11110

Color Harmonies of #781F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F25

Black with #781F25

Text Example


Text Example

White with #781F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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