Html Css Color HEX #712A1D Pueblo

📋 copy color: '#712A1D'

red 113 ◦ green 42 ◦ blue 29

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

Shades of Pueblo #712A1D

Tints of Pueblo #712A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.83%

 BLUE value IS 29 (11.72% from 255) = 15.76%

R = 61.41%
G = 22.83%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#712A1D (or 0x712A1D) is known color: Pueblo. HEX triplet: 71, 2A and 1D. RGB value is (113,42,29). Sum of RGB (Red+Green+Blue) = 113+42+29=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 42 (16.80% from 255 or 22.83% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #712A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A1D is #8ED5E2. Grayscale: #3D3D3D. Windows color (decimal): -9360867 or 1911409. OLE color: 1911409.

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

Color convert

RGB 113 42 29 -
CMYK 0 0.63 0.74 0.56
HSL 9.29º 0.59% 0.28% -
HSV(B) 9.29º 0.74% 0.44% -
XYZ 7.86 5.26 1.76 -
YUV 61.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 113 42 29 0 0.63 0.74 0.56 9.29 0.59 0.28
Hex 71 2A 1D 0 3F 4A 38 9 3B 1C
Octal 161 52 35 0 77 112 70 11 73 34
Binary 1110001 101010 11101 0 111111 1001010 111000 1001 111011 11100

Color Harmonies of #712A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A1D

Black with #712A1D

Text Example


Text Example

White with #712A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712A1D; }

 p { color: rgb(113,42,29); }

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

background-color css

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

 a { background-color: rgb(113,42,29); }

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

border-color css

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

 span { border-color: rgb(113,42,29); }

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