#670514

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

Shades of Pohutukawa #670514

Tints of Pohutukawa #670514

Color information

#670514 (or 0x670514) is unknown color: approx Pohutukawa. HEX triplet: 67, 05 and 14. RGB value is (103,5,20). Sum of RGB (Red+Green+Blue) = 103+5+20=128 (16% of max value = 765). Red value is 103 (40.62% from 255 or 80.47% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 103 - color contains mainly: red. Hex color #670514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670514 is #98FAEB. Grayscale: #242424. Windows color (decimal): -10025708 or 1312103. OLE color: 1312103.

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

Color convert

RGB103520-
CMYK00.950.810.60
HSL350.82º90.74%21.18%-
HSV(B)350.82º95.15%40.39%-
XYZ5.773.040.94-
YUV36.01118.97175.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 80.47%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=80.47%
G=3.91%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10352000.950.810.60350.8290.7421.18
Hex6751405F513C15f5b15
Octal14752401371217453713325
Binary110011110110100010111111010001111100101011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670514; }

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

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

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

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

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

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

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

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