Html Css Color HEX #701A23 Red Berry

📋 copy color: '#701A23'

red 112 ◦ green 26 ◦ blue 35

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

Shades of Red Berry #701A23

Tints of Red Berry #701A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.23%

R = 64.74%
G = 15.03%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#701A23 (or 0x701A23) is known color: Red Berry. HEX triplet: 70, 1A and 23. RGB value is (112,26,35). Sum of RGB (Red+Green+Blue) = 112+26+35=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #701A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A23 is #8FE5DC. Grayscale: #343434. Windows color (decimal): -9430493 or 2300528. OLE color: 2300528.

HSL color Cylindrical-coordinate representation of color #701A23: hue angle of 353.72º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A23 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 26 35 -
CMYK 0 0.77 0.69 0.56
HSL 353.72º 0.62% 0.27% -
HSV(B) 353.72º 0.77% 0.44% -
XYZ 7.35 4.3 2.03 -
YUV 52.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 112 26 35 0 0.77 0.69 0.56 353.72 0.62 0.27
Hex 70 1A 23 0 4D 45 38 162 3E 1B
Octal 160 32 43 0 115 105 70 542 76 33
Binary 1110000 11010 100011 0 1001101 1000101 111000 101100010 111110 11011

Color Harmonies of #701A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A23

Black with #701A23

Text Example


Text Example

White with #701A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701A23; }

 p { color: rgb(112,26,35); }

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

background-color css

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

 a { background-color: rgb(112,26,35); }

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

border-color css

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

 span { border-color: rgb(112,26,35); }

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