Html Css Color HEX #712425 Red Berry

📋 copy color: '#712425'

red 113 ◦ green 36 ◦ blue 37

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

Shades of Red Berry #712425

Tints of Red Berry #712425

RGB

 RED value IS 113 (44.53% from 255) = 60.75%

 GREEN value IS 36 (14.45% from 255) = 19.35%

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

R = 60.75%
G = 19.35%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#712425 (or 0x712425) is known color: Red Berry. HEX triplet: 71, 24 and 25. RGB value is (113,36,37). Sum of RGB (Red+Green+Blue) = 113+36+37=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #712425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712425 is #8EDBDA. Grayscale: #3B3B3B. Windows color (decimal): -9362395 or 2434161. OLE color: 2434161.

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

Color convert

RGB 113 36 37 -
CMYK 0 0.68 0.67 0.56
HSL 359.22º 0.52% 0.29% -
HSV(B) 359.22º 0.68% 0.44% -
XYZ 7.77 4.91 2.29 -
YUV 59.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 113 36 37 0 0.68 0.67 0.56 359.22 0.52 0.29
Hex 71 24 25 0 44 43 38 167 34 1D
Octal 161 44 45 0 104 103 70 547 64 35
Binary 1110001 100100 100101 0 1000100 1000011 111000 101100111 110100 11101

Color Harmonies of #712425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712425

Black with #712425

Text Example


Text Example

White with #712425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712425; }

 p { color: rgb(113,36,37); }

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

background-color css

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

 a { background-color: rgb(113,36,37); }

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

border-color css

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

 span { border-color: rgb(113,36,37); }

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