Html Css Color HEX #712429 Red Berry

📋 copy color: '#712429'

red 113 ◦ green 36 ◦ blue 41

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

Shades of Red Berry #712429

Tints of Red Berry #712429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.58%

R = 59.47%
G = 18.95%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#712429 (or 0x712429) is known color: Red Berry. HEX triplet: 71, 24 and 29. RGB value is (113,36,41). Sum of RGB (Red+Green+Blue) = 113+36+41=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #712429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712429 is #8EDBD6. Grayscale: #3B3B3B. Windows color (decimal): -9362391 or 2696305. OLE color: 2696305.

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

Color convert

RGB 113 36 41 -
CMYK 0 0.68 0.64 0.56
HSL 356.1º 0.52% 0.29% -
HSV(B) 356.1º 0.68% 0.44% -
XYZ 7.84 4.93 2.64 -
YUV 59.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 113 36 41 0 0.68 0.64 0.56 356.1 0.52 0.29
Hex 71 24 29 0 44 40 38 164 34 1D
Octal 161 44 51 0 104 100 70 544 64 35
Binary 1110001 100100 101001 0 1000100 1000000 111000 101100100 110100 11101

Color Harmonies of #712429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712429

Black with #712429

Text Example


Text Example

White with #712429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712429; }

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

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

background-color css

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

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

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

border-color css

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

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

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