Html Css Color HEX #671011 Pohutukawa

📋 copy color: '#671011'

red 103 ◦ green 16 ◦ blue 17

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

Shades of Pohutukawa #671011

Tints of Pohutukawa #671011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 75.74%
G = 11.76%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#671011 (or 0x671011) is known color: Pohutukawa. HEX triplet: 67, 10 and 11. RGB value is (103,16,17). Sum of RGB (Red+Green+Blue) = 103+16+17=136 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.74% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 103 - color contains mainly: red. Hex color #671011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671011 is #98EFEE. Grayscale: #2A2A2A. Windows color (decimal): -10022895 or 1118311. OLE color: 1118311.

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

Color convert

RGB 103 16 17 -
CMYK 0 0.84 0.83 0.60
HSL 359.31º 0.73% 0.23% -
HSV(B) 359.31º 0.84% 0.4% -
XYZ 5.88 3.29 0.86 -
YUV 42.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 103 16 17 0 0.84 0.83 0.60 359.31 0.73 0.23
Hex 67 10 11 0 54 53 3C 167 49 17
Octal 147 20 21 0 124 123 74 547 111 27
Binary 1100111 10000 10001 0 1010100 1010011 111100 101100111 1001001 10111

Color Harmonies of #671011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671011

Black with #671011

Text Example


Text Example

White with #671011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671011; }

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

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

background-color css

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

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

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

border-color css

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

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

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