Html Css Color HEX #702325 Red Berry

📋 copy color: '#702325'

red 112 ◦ green 35 ◦ blue 37

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

Shades of Red Berry #702325

Tints of Red Berry #702325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

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

R = 60.87%
G = 19.02%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#702325 (or 0x702325) is known color: Red Berry. HEX triplet: 70, 23 and 25. RGB value is (112,35,37). Sum of RGB (Red+Green+Blue) = 112+35+37=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #702325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702325 is #8FDCDA. Grayscale: #3A3A3A. Windows color (decimal): -9428187 or 2433904. OLE color: 2433904.

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

Color convert

RGB 112 35 37 -
CMYK 0 0.69 0.67 0.56
HSL 358.44º 0.52% 0.29% -
HSV(B) 358.44º 0.69% 0.44% -
XYZ 7.62 4.78 2.27 -
YUV 58.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 112 35 37 0 0.69 0.67 0.56 358.44 0.52 0.29
Hex 70 23 25 0 45 43 38 166 34 1D
Octal 160 43 45 0 105 103 70 546 64 35
Binary 1110000 100011 100101 0 1000101 1000011 111000 101100110 110100 11101

Color Harmonies of #702325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702325

Black with #702325

Text Example


Text Example

White with #702325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702325; }

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

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

background-color css

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

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

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

border-color css

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

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

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