Html Css Color HEX #781A25 Red Berry

📋 copy color: '#781A25'

red 120 ◦ green 26 ◦ blue 37

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

Shades of Red Berry #781A25

Tints of Red Berry #781A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.21%

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

R = 65.57%
G = 14.21%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#781A25 (or 0x781A25) is known color: Red Berry. HEX triplet: 78, 1A and 25. RGB value is (120,26,37). Sum of RGB (Red+Green+Blue) = 120+26+37=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #781A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A25 is #87E5DA. Grayscale: #373737. Windows color (decimal): -8906203 or 2431608. OLE color: 2431608.

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

Color convert

RGB 120 26 37 -
CMYK 0 0.78 0.69 0.53
HSL 352.98º 0.64% 0.29% -
HSV(B) 352.98º 0.78% 0.47% -
XYZ 8.45 4.87 2.24 -
YUV 55.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 120 26 37 0 0.78 0.69 0.53 352.98 0.64 0.29
Hex 78 1A 25 0 4E 45 35 161 40 1D
Octal 170 32 45 0 116 105 65 541 100 35
Binary 1111000 11010 100101 0 1001110 1000101 110101 101100001 1000000 11101

Color Harmonies of #781A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A25

Black with #781A25

Text Example


Text Example

White with #781A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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