Html Css Color HEX #701625 Red Berry

📋 copy color: '#701625'

red 112 ◦ green 22 ◦ blue 37

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

Shades of Red Berry #701625

Tints of Red Berry #701625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

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

R = 65.5%
G = 12.87%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#701625 (or 0x701625) is known color: Red Berry. HEX triplet: 70, 16 and 25. RGB value is (112,22,37). Sum of RGB (Red+Green+Blue) = 112+22+37=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #701625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701625 is #8FE9DA. Grayscale: #323232. Windows color (decimal): -9431515 or 2430576. OLE color: 2430576.

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

Color convert

RGB 112 22 37 -
CMYK 0 0.80 0.67 0.56
HSL 350º 0.67% 0.26% -
HSV(B) 350º 0.8% 0.44% -
XYZ 7.3 4.15 2.17 -
YUV 50.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 112 22 37 0 0.80 0.67 0.56 350 0.67 0.26
Hex 70 16 25 0 50 43 38 15E 43 1A
Octal 160 26 45 0 120 103 70 536 103 32
Binary 1110000 10110 100101 0 1010000 1000011 111000 101011110 1000011 11010

Color Harmonies of #701625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701625

Black with #701625

Text Example


Text Example

White with #701625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701625; }

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

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

background-color css

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

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

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

border-color css

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

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

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