Html Css Color HEX #702C21 Pueblo

📋 copy color: '#702C21'

red 112 ◦ green 44 ◦ blue 33

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

Shades of Pueblo #702C21

Tints of Pueblo #702C21

RGB

 RED value IS 112 (44.14% from 255) = 59.26%

 GREEN value IS 44 (17.58% from 255) = 23.28%

 BLUE value IS 33 (13.28% from 255) = 17.46%

R = 59.26%
G = 23.28%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#702C21 (or 0x702C21) is known color: Pueblo. HEX triplet: 70, 2C and 21. RGB value is (112,44,33). Sum of RGB (Red+Green+Blue) = 112+44+33=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #702C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C21 is #8FD3DE. Grayscale: #3F3F3F. Windows color (decimal): -9425887 or 2174064. OLE color: 2174064.

HSL color Cylindrical-coordinate representation of color #702C21: hue angle of 8.35º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702C21 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 44 33 -
CMYK 0 0.61 0.71 0.56
HSL 8.35º 0.54% 0.28% -
HSV(B) 8.35º 0.71% 0.44% -
XYZ 7.86 5.36 2.06 -
YUV 63.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 112 44 33 0 0.61 0.71 0.56 8.35 0.54 0.28
Hex 70 2C 21 0 3D 47 38 8 36 1C
Octal 160 54 41 0 75 107 70 10 66 34
Binary 1110000 101100 100001 0 111101 1000111 111000 1000 110110 11100

Color Harmonies of #702C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C21

Black with #702C21

Text Example


Text Example

White with #702C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702C21; }

 p { color: rgb(112,44,33); }

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

background-color css

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

 a { background-color: rgb(112,44,33); }

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

border-color css

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

 span { border-color: rgb(112,44,33); }

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