Html Css Color HEX #712026 Red Berry

📋 copy color: '#712026'

red 113 ◦ green 32 ◦ blue 38

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

Shades of Red Berry #712026

Tints of Red Berry #712026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 61.75%
G = 17.49%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#712026 (or 0x712026) is known color: Red Berry. HEX triplet: 71, 20 and 26. RGB value is (113,32,38). Sum of RGB (Red+Green+Blue) = 113+32+38=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #712026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712026 is #8EDFD9. Grayscale: #383838. Windows color (decimal): -9363418 or 2498673. OLE color: 2498673.

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

Color convert

RGB 113 32 38 -
CMYK 0 0.72 0.66 0.56
HSL 355.56º 0.56% 0.28% -
HSV(B) 355.56º 0.72% 0.44% -
XYZ 7.68 4.68 2.33 -
YUV 56.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 113 32 38 0 0.72 0.66 0.56 355.56 0.56 0.28
Hex 71 20 26 0 48 42 38 164 38 1C
Octal 161 40 46 0 110 102 70 544 70 34
Binary 1110001 100000 100110 0 1001000 1000010 111000 101100100 111000 11100

Color Harmonies of #712026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712026

Black with #712026

Text Example


Text Example

White with #712026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712026; }

 p { color: rgb(113,32,38); }

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

background-color css

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

 a { background-color: rgb(113,32,38); }

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

border-color css

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

 span { border-color: rgb(113,32,38); }

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