Html Css Color HEX #701825 Red Berry

📋 copy color: '#701825'

red 112 ◦ green 24 ◦ blue 37

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

Shades of Red Berry #701825

Tints of Red Berry #701825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.87%

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

R = 64.74%
G = 13.87%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#701825 (or 0x701825) is known color: Red Berry. HEX triplet: 70, 18 and 25. RGB value is (112,24,37). Sum of RGB (Red+Green+Blue) = 112+24+37=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #701825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701825 is #8FE7DA. Grayscale: #333333. Windows color (decimal): -9431003 or 2431088. OLE color: 2431088.

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

Color convert

RGB 112 24 37 -
CMYK 0 0.79 0.67 0.56
HSL 351.14º 0.65% 0.27% -
HSV(B) 351.14º 0.79% 0.44% -
XYZ 7.34 4.23 2.18 -
YUV 51.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 112 24 37 0 0.79 0.67 0.56 351.14 0.65 0.27
Hex 70 18 25 0 4F 43 38 15F 41 1B
Octal 160 30 45 0 117 103 70 537 101 33
Binary 1110000 11000 100101 0 1001111 1000011 111000 101011111 1000001 11011

Color Harmonies of #701825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701825

Black with #701825

Text Example


Text Example

White with #701825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701825; }

 p { color: rgb(112,24,37); }

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

background-color css

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

 a { background-color: rgb(112,24,37); }

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

border-color css

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

 span { border-color: rgb(112,24,37); }

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