Html Css Color HEX #76271D Pueblo

📋 copy color: '#76271D'

red 118 ◦ green 39 ◦ blue 29

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

Shades of Pueblo #76271D

Tints of Pueblo #76271D

RGB

 RED value IS 118 (46.48% from 255) = 63.44%

 GREEN value IS 39 (15.63% from 255) = 20.97%

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

R = 63.44%
G = 20.97%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76271D (or 0x76271D) is known color: Pueblo. HEX triplet: 76, 27 and 1D. RGB value is (118,39,29). Sum of RGB (Red+Green+Blue) = 118+39+29=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76271D is #89D8E2. Grayscale: #3D3D3D. Windows color (decimal): -9033955 or 1910646. OLE color: 1910646.

HSL color Cylindrical-coordinate representation of color #76271D: hue angle of 6.74º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76271D is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 39 29 -
CMYK 0 0.67 0.75 0.54
HSL 6.74º 0.61% 0.29% -
HSV(B) 6.74º 0.75% 0.46% -
XYZ 8.42 5.39 1.76 -
YUV 61.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 118 39 29 0 0.67 0.75 0.54 6.74 0.61 0.29
Hex 76 27 1D 0 43 4B 36 7 3D 1D
Octal 166 47 35 0 103 113 66 7 75 35
Binary 1110110 100111 11101 0 1000011 1001011 110110 111 111101 11101

Color Harmonies of #76271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76271D

Black with #76271D

Text Example


Text Example

White with #76271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76271D; }

 p { color: rgb(118,39,29); }

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

background-color css

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

 a { background-color: rgb(118,39,29); }

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

border-color css

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

 span { border-color: rgb(118,39,29); }

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