#671314

Color #671314 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #671314

Tints of Pohutukawa #671314

Color information

#671314 (or 0x671314) is unknown color: approx Pohutukawa. HEX triplet: 67, 13 and 14. RGB value is (103,19,20). Sum of RGB (Red+Green+Blue) = 103+19+20=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #671314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671314 is #98ECEB. Grayscale: #2C2C2C. Windows color (decimal): -10022124 or 1315687. OLE color: 1315687.

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

Color convert

RGB1031920-
CMYK00.820.810.60
HSL359.29º68.85%23.92%-
HSV(B)359.29º81.55%40.39%-
XYZ5.953.41-
YUV44.23114.33169.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 72.54%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=72.54%
G=13.38%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103192000.820.810.60359.2968.8523.92
Hex671314052513C1674518
Octal147232401221217454710530
Binary11001111001110100010100101010001111100101100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671314; }

 p { color: rgb(103,19,20); }

 H1.HeaderClassName
 {
   color: #671314;
 }
 .AnyTagClassName
 {
   color: #671314;
 }
</style>
background-color css

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

 a { background-color: rgb(103,19,20); }

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

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

 span { border-color: rgb(103,19,20); }

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