Html Css Color HEX #702527 Red Berry

📋 copy color: '#702527'

red 112 ◦ green 37 ◦ blue 39

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

Shades of Red Berry #702527

Tints of Red Berry #702527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.74%

R = 59.57%
G = 19.68%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#702527 (or 0x702527) is known color: Red Berry. HEX triplet: 70, 25 and 27. RGB value is (112,37,39). Sum of RGB (Red+Green+Blue) = 112+37+39=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702527 is #8FDAD8. Grayscale: #3B3B3B. Windows color (decimal): -9427673 or 2565488. OLE color: 2565488.

HSL color Cylindrical-coordinate representation of color #702527: hue angle of 358.4º 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 #702527 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 39 -
CMYK 0 0.67 0.65 0.56
HSL 358.4º 0.5% 0.29% -
HSV(B) 358.4º 0.67% 0.44% -
XYZ 7.71 4.91 2.46 -
YUV 59.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 112 37 39 0 0.67 0.65 0.56 358.4 0.5 0.29
Hex 70 25 27 0 43 41 38 166 32 1D
Octal 160 45 47 0 103 101 70 546 62 35
Binary 1110000 100101 100111 0 1000011 1000001 111000 101100110 110010 11101

Color Harmonies of #702527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702527

Black with #702527

Text Example


Text Example

White with #702527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702527; }

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

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

background-color css

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

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

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

border-color css

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

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

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