Html Css Color HEX #713125 Pueblo

📋 copy color: '#713125'

red 113 ◦ green 49 ◦ blue 37

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

Shades of Pueblo #713125

Tints of Pueblo #713125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 37 (14.84% from 255) = 18.59%

R = 56.78%
G = 24.62%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#713125 (or 0x713125) is known color: Pueblo. HEX triplet: 71, 31 and 25. RGB value is (113,49,37). Sum of RGB (Red+Green+Blue) = 113+49+37=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #713125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713125 is #8ECEDA. Grayscale: #424242. Windows color (decimal): -9359067 or 2437489. OLE color: 2437489.

HSL color Cylindrical-coordinate representation of color #713125: hue angle of 9.47º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #713125 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 37 -
CMYK 0 0.57 0.67 0.56
HSL 9.47º 0.51% 0.29% -
HSV(B) 9.47º 0.67% 0.44% -
XYZ 8.24 5.84 2.44 -
YUV 66.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 113 49 37 0 0.57 0.67 0.56 9.47 0.51 0.29
Hex 71 31 25 0 39 43 38 9 33 1D
Octal 161 61 45 0 71 103 70 11 63 35
Binary 1110001 110001 100101 0 111001 1000011 111000 1001 110011 11101

Color Harmonies of #713125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713125

Black with #713125

Text Example


Text Example

White with #713125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713125; }

 p { color: rgb(113,49,37); }

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

background-color css

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

 a { background-color: rgb(113,49,37); }

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

border-color css

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

 span { border-color: rgb(113,49,37); }

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