Html Css Color HEX #702526 Red Berry

📋 copy color: '#702526'

red 112 ◦ green 37 ◦ blue 38

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

Shades of Red Berry #702526

Tints of Red Berry #702526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

 BLUE value IS 38 (15.23% from 255) = 20.32%

R = 59.89%
G = 19.79%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#702526 (or 0x702526) is known color: Red Berry. HEX triplet: 70, 25 and 26. RGB value is (112,37,38). Sum of RGB (Red+Green+Blue) = 112+37+38=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702526 is #8FDAD9. Grayscale: #3B3B3B. Windows color (decimal): -9427674 or 2499952. OLE color: 2499952.

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

Color convert

RGB 112 37 38 -
CMYK 0 0.67 0.66 0.56
HSL 359.2º 0.5% 0.29% -
HSV(B) 359.2º 0.67% 0.44% -
XYZ 7.69 4.91 2.38 -
YUV 59.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 112 37 38 0 0.67 0.66 0.56 359.2 0.5 0.29
Hex 70 25 26 0 43 42 38 167 32 1D
Octal 160 45 46 0 103 102 70 547 62 35
Binary 1110000 100101 100110 0 1000011 1000010 111000 101100111 110010 11101

Color Harmonies of #702526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702526

Black with #702526

Text Example


Text Example

White with #702526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702526; }

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

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

background-color css

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

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

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

border-color css

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

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

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