Html Css Color HEX #671122 Pohutukawa

📋 copy color: '#671122'

red 103 ◦ green 17 ◦ blue 34

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

Shades of Pohutukawa #671122

Tints of Pohutukawa #671122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.04%

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

R = 66.88%
G = 11.04%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#671122 (or 0x671122) is known color: Pohutukawa. HEX triplet: 67, 11 and 22. RGB value is (103,17,34). Sum of RGB (Red+Green+Blue) = 103+17+34=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #671122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671122 is #98EEDD. Grayscale: #2C2C2C. Windows color (decimal): -10022622 or 2232679. OLE color: 2232679.

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

Color convert

RGB 103 17 34 -
CMYK 0 0.83 0.67 0.60
HSL 348.14º 0.72% 0.24% -
HSV(B) 348.14º 0.83% 0.4% -
XYZ 6.08 3.4 1.85 -
YUV 44.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 103 17 34 0 0.83 0.67 0.60 348.14 0.72 0.24
Hex 67 11 22 0 53 43 3C 15C 48 18
Octal 147 21 42 0 123 103 74 534 110 30
Binary 1100111 10001 100010 0 1010011 1000011 111100 101011100 1001000 11000

Color Harmonies of #671122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671122

Black with #671122

Text Example


Text Example

White with #671122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671122; }

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

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

background-color css

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

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

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

border-color css

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

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

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