Html Css Color HEX #712427 Red Berry

📋 copy color: '#712427'

red 113 ◦ green 36 ◦ blue 39

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

Shades of Red Berry #712427

Tints of Red Berry #712427

RGB

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

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

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

R = 60.11%
G = 19.15%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#712427 (or 0x712427) is known color: Red Berry. HEX triplet: 71, 24 and 27. RGB value is (113,36,39). Sum of RGB (Red+Green+Blue) = 113+36+39=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #712427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712427 is #8EDBD8. Grayscale: #3B3B3B. Windows color (decimal): -9362393 or 2565233. OLE color: 2565233.

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

Color convert

RGB 113 36 39 -
CMYK 0 0.68 0.65 0.56
HSL 357.66º 0.52% 0.29% -
HSV(B) 357.66º 0.68% 0.44% -
XYZ 7.81 4.92 2.46 -
YUV 59.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 113 36 39 0 0.68 0.65 0.56 357.66 0.52 0.29
Hex 71 24 27 0 44 41 38 166 34 1D
Octal 161 44 47 0 104 101 70 546 64 35
Binary 1110001 100100 100111 0 1000100 1000001 111000 101100110 110100 11101

Color Harmonies of #712427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712427

Black with #712427

Text Example


Text Example

White with #712427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712427; }

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

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

background-color css

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

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

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

border-color css

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

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

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