Html Css Color HEX #672122 Pohutukawa

📋 copy color: '#672122'

red 103 ◦ green 33 ◦ blue 34

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

Shades of Pohutukawa #672122

Tints of Pohutukawa #672122

RGB

 RED value IS 103 (40.63% from 255) = 60.59%

 GREEN value IS 33 (13.28% from 255) = 19.41%

 BLUE value IS 34 (13.67% from 255) = 20%

R = 60.59%
G = 19.41%
B = 20%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#672122 (or 0x672122) is known color: Pohutukawa. HEX triplet: 67, 21 and 22. RGB value is (103,33,34). Sum of RGB (Red+Green+Blue) = 103+33+34=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #672122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672122 is #98DEDD. Grayscale: #363636. Windows color (decimal): -10018526 or 2236775. OLE color: 2236775.

HSL color Cylindrical-coordinate representation of color #672122: hue angle of 359.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672122 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 33 34 -
CMYK 0 0.68 0.67 0.60
HSL 359.14º 0.51% 0.27% -
HSV(B) 359.14º 0.68% 0.4% -
XYZ 6.43 4.09 1.96 -
YUV 54.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 103 33 34 0 0.68 0.67 0.60 359.14 0.51 0.27
Hex 67 21 22 0 44 43 3C 167 33 1B
Octal 147 41 42 0 104 103 74 547 63 33
Binary 1100111 100001 100010 0 1000100 1000011 111100 101100111 110011 11011

Color Harmonies of #672122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672122

Black with #672122

Text Example


Text Example

White with #672122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672122; }

 p { color: rgb(103,33,34); }

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

background-color css

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

 a { background-color: rgb(103,33,34); }

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

border-color css

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

 span { border-color: rgb(103,33,34); }

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