Html Css Color HEX #712426 Red Berry

📋 copy color: '#712426'

red 113 ◦ green 36 ◦ blue 38

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

Shades of Red Berry #712426

Tints of Red Berry #712426

RGB

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

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

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

R = 60.43%
G = 19.25%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#712426 (or 0x712426) is known color: Red Berry. HEX triplet: 71, 24 and 26. RGB value is (113,36,38). Sum of RGB (Red+Green+Blue) = 113+36+38=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #712426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712426 is #8EDBD9. Grayscale: #3B3B3B. Windows color (decimal): -9362394 or 2499697. OLE color: 2499697.

HSL color Cylindrical-coordinate representation of color #712426: 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.68%. Process color model (Four color, CMYK) of #712426 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 38 -
CMYK 0 0.68 0.66 0.56
HSL 358.44º 0.52% 0.29% -
HSV(B) 358.44º 0.68% 0.44% -
XYZ 7.79 4.91 2.37 -
YUV 59.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 113 36 38 0 0.68 0.66 0.56 358.44 0.52 0.29
Hex 71 24 26 0 44 42 38 166 34 1D
Octal 161 44 46 0 104 102 70 546 64 35
Binary 1110001 100100 100110 0 1000100 1000010 111000 101100110 110100 11101

Color Harmonies of #712426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712426

Black with #712426

Text Example


Text Example

White with #712426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712426; }

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

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

background-color css

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

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

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

border-color css

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

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

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