Html Css Color HEX #701719 Red Berry

📋 copy color: '#701719'

red 112 ◦ green 23 ◦ blue 25

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

Shades of Red Berry #701719

Tints of Red Berry #701719

RGB

 RED value IS 112 (44.14% from 255) = 70%

 GREEN value IS 23 (9.38% from 255) = 14.38%

 BLUE value IS 25 (10.16% from 255) = 15.63%

R = 70%
G = 14.38%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#701719 (or 0x701719) is known color: Red Berry. HEX triplet: 70, 17 and 19. RGB value is (112,23,25). Sum of RGB (Red+Green+Blue) = 112+23+25=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #701719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701719 is #8FE8E6. Grayscale: #313131. Windows color (decimal): -9431271 or 1644400. OLE color: 1644400.

HSL color Cylindrical-coordinate representation of color #701719: hue angle of 358.65º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701719 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 23 25 -
CMYK 0 0.79 0.78 0.56
HSL 358.65º 0.66% 0.26% -
HSV(B) 358.65º 0.79% 0.44% -
XYZ 7.16 4.13 1.34 -
YUV 49.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 112 23 25 0 0.79 0.78 0.56 358.65 0.66 0.26
Hex 70 17 19 0 4F 4E 38 167 42 1A
Octal 160 27 31 0 117 116 70 547 102 32
Binary 1110000 10111 11001 0 1001111 1001110 111000 101100111 1000010 11010

Color Harmonies of #701719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701719

Black with #701719

Text Example


Text Example

White with #701719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701719; }

 p { color: rgb(112,23,25); }

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

background-color css

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

 a { background-color: rgb(112,23,25); }

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

border-color css

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

 span { border-color: rgb(112,23,25); }

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